.contentslide{

border-bottom-width: 6px;
padding: 8px;
width: 180px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 180px; /*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: 180px;
w\idth: 180px; /*IE6 width*/
	font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
	font-weight: bold;
	color: #000066;
}

.pagination a{
padding: 0 5px;
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: #0070CD;
height:20px;
	font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
	font-weight: bold;
}
