.contentslide{
	width: 500px;
	height: 170px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 500px;
height:20px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding-top:2px;
	font-size:11px;
	font-weight:bold;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 500px; /*IE6 width*/
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #006600;


}

.pagination a:hover, .pagination a.selected{
color: #E65328;
background-color: #FFFFFF;
}