.contentslide{
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	font-size: 10px;
	font-family: "Trebuchet MS";
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
w\idth: 100%; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #737373;

}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #DAC9BA;
}

