.contentslide{
width: 610px;
height: 190px;font-size:10px;
border:5px solid #363636;
}
.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:1018px;
	top:364px;
	width:133px;
	height:33px;
	z-index:1;
	font-size:10px;
	}

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

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

