.contentslide {
}

.contentslide .contentdiv{
	display: none;
}

.pagination{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 354px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	margin-right: 6px;
	margin-bottom: 6px;
}

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

.pagination a {
	font-size: 77%;
	padding: 0 5px;
	text-decoration: none; 
	color: #2e6ab1;
	background-color: #FBF9F4;
}

.pagination a:hover, .pagination a.selected{
	font-size: 77%;
	padding: 0 5px;
	color: #000;
	background-color: #FEE496;
}