.contentslide{
/*border: 10px solid navy;
border-bottom-width: 6px;
padding: 8px;*/
width: 900px;
}

.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=80);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 650px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
/*background-color: #000;*/
border: none;
padding: 10px 0 10px 5px;
}

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

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	background-color: #A4B4CD;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #2D313D;
}
