.contentslide{

border-bottom-width: 6px;
padding: 8px;
width: 150px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 150px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;

border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{
	width: 150px;
w\idth: 150px; /*IE6 width*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	/*font-weight: bold; */
	color: #000066;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #000000;
background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;

}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}