.contentslide{
border: 1px solid #3366CC;
padding: 4px;
width: 250px;
height: 110px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 258px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: #3366CC;
	border-top-width: 0;
	border-right-width: 4px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-color: #3366CC;
	border-right-style: solid;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 258px; /*IE5 width*/
width: 260px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

