.contentslide{
	border: 0px solid white;
	border-bottom-width: 1px;
	padding: 5px;
	width: 535px;
	height: 200px;
	text-align: left;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 200px; /* fix height of pic & title & brief box */ 
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;

}

.contentslide .contentdiv{
	display: none;
	padding: 0px 0px;
	text-align: left;
	overflow: hidden; 
}

.pagination{
	width: 525px; /*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: white;*/
	border: 1px solid white;
	border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/	
	padding: 0 5px; 
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 95%; /*IE5 width*/
	w\idth: 95%; /*IE6 width*/
}

.pagination a{
	padding: 5px 8px;
	text-decoration: none; 
	color: #FFF;
	height: 15px; 
	/* background-color: #E60000; */
	background: url(images/bg-footer2.jpg) repeat-x;
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	height: 15px; 
	padding: 5px 8px;
	background-color: #666;
	background: url(images/bg-footer2.jpg) repeat-x;
}