.contentslide{
border-bottom-width: 6px;
padding: 8px;
width: 550px;
height: 410px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 450px;
text-align: center;
border-width: 0 10px; 
padding: 0 0 4px 0;
}

* 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{
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0 5px;
	text-decoration: none; 
	color: #2e6ab1;
	background-color: white;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
