.contentslide{
	padding: 0px;
	width: 690px;
	height: 518px;
	margin: 0px;
}

.contentslide .contentdiv{
	display: none;
	margin: 0px;
	padding: 0px;
}

.pagination{
	width: 690px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	line-height: 24px;
	margin: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 340px; /*IE5 width*/
	w\idth: 690px; /*IE6 width*/
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

