.contentslide{
	border: 4px solid #D0A654;
	padding: 0px;
	width: 400px;
	height: 300px;
	text-align: center;
	margin-left: 16px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 408px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: center;
	background-color: #D0A654; /*Left/ right border width of pagination DIV.*/
	padding: 3px 0px 4px;
	margin-left: 16px;
	height: 12px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 400px; /*IE5 width*/
	width: 400px;
	border-top: 0px;
	border-right: 4px solid #D0A654;
	border-bottom: 4px solid #D0A654;
	border-left: 4px solid #D0A654;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

