.contentslide{
	padding: 0px;
/*	width: 500px;
	height: 250px;*/
	width: 539px;
	height: 390px;
	border: 1px solid #EBEBEB;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 539px; /*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: #FFFFFF;
	padding: 0;
	border: 1px solid #E0E0E0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 539px; /*IE5 width*/
w\idth: 539px; /*IE6 width*/
}

.pagination a{
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: 5px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #D2D2FF;
}

