.contentslide{
width: 925px;
height: 312px;
}
.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;font-size:10px;

}

.contentslide .contentdiv{
display: none;font-size:10px;
}

.pagination{
	position:absolute;
	left:805px;
	top:26px;
	width:120px;
	height:26px;
	z-index:1;
	font-size:10px;
	}

.pagination a{
padding:0 2px 0 2px;
text-decoration: none; 
color: #FFF;
border:1px solid #FFF;
background-color:#F00;
font-size:10px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFF;
font-size:10px;
}

