.contentslide{
border: 0px;
padding: 8px;
width: 255px;
height: 395px;
}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.contentslide .contentdiv {display:none;}
.pagination{
	width: 260px; /*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: #0A82C7;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0A82C7;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #0A82C7;
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 258px; /*IE5 width*/
w\idth: 260px; /*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: #FEE496;
}
.contentslide .contentdiv img{
	padding: 0px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}