#slideBox {
	float:right;
	margin: 0 0 6px 12px;
	}

.contentslide {
	border-bottom: 0px solid #0099ff;
	margin-bottom:0px;
	padding: 8px;
	width: 250px;
	height: 200px;
	text-align:center;
}

.contentslide img {
	border: 1px solid #000;
	margin-bottom:3px;
}


.contentslide p {
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	margin:0;
}

.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: 250px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the latter's left/right paddings!*/
text-align: right;
padding: 4px;
}

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

.pagination a {
	padding: 2px 5px;
	text-decoration: none; 
	color: #036;
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
}

a:hover.pagination , .pagination a.selected{
color: #fff;
background-color: #99ccff;
}