.contentslide{
	border-bottom-width: 6px;
	padding: 8px;
	width: 400px;
	height: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 416px; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-bottom-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*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;
}
