.contentslide{
	padding: 0px;
	width: 391px;
	height: 220px;
	border-top: 5px solid #EFEFEF;
	border-right: 5px solid #EFEFEF;
	border-bottom: 6px solid #EFEFEF;
	border-left: 5px solid #EFEFEF;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 391px;
	text-align: right;
	background-color: #F0F0F0;
	padding: 0 0 0px 0;
	border-top: 0 solid #F0F0F0;
	border-right: 5px solid #F0F0F0;
	border-bottom: 0 solid #F0F0F0;
	border-left: 5px solid #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #3399CC;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 381px; /*IE5 width*/
width: 391px; /*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: #CCCCCC;
}
