.contentslide{
	border: 1px solid #006BA9;
	padding: 2px;
	width: 410px;
	height: 290px;
	text-align: center;
	margin-left: 16px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 417px; /*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: #006BA9; /*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: 360px; /*IE5 width*/
width: 417px; /*IE6 width*/
}

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

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