.contentslide{ }

.contentslide .contentdiv{
}

.pagination{ display:none;

	/*width: 730px; Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 720px; /*IE5 width*/
w\idth: 736px; /*IE6 width*/
}

.pagination a, .pagination span{
}

.pagination a:hover, .pagination a.selected, pagination span.over{
	
}