.contentslide{
	width: 375px;
	margin-top: 40px;
	margin-right: 108px;
	float: right;
	overflow: hidden;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 270px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 375px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	height: 20px;
	background-color: #000;
	border: 1px solid #dddddd;
	border-width: 0 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}

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

.pagination a{
	padding: 0 8px;
	text-decoration: none;
	background-color: #111;
	font-family: Arial;
	font-size: 10pt;
	color: #333;
	display: none;
}

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