.contentslide{
	width: 760px;
	height: 170px;
}

.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: 756px; /*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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 2px;
	margin-bottom: 6px;
}

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


.pagination a{
	text-decoration: none;
	color: #999999;
	background-color: white;
	margin-left: 8px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}

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