.contentslide{
width: 400px;
height: 161px;
}

.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: 280px;
	text-align: right;
	background-color: #EEEEEE;
	padding: 0 0 3px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 280px; /*IE5 width*/
wid\th: 275px;*/
}

.pagination a{
	padding: 0 1px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFFF99;
}