
.sliderwrapper{
position: relative; /*leave as is*/
z-index:0;
width:940px; float:left; height:318px;
z-index:0;
 margin:0;
 padding-bottom:30px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 0px 0 0;
background:none;
width:940px; float:left; height:318px;/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	width:100px;
	height:16px;
	float:right;
	z-index:50;
	bottom:10px;
	left:50%;
	margin-left:120px;
	border:0;
	padding:0;
	position:absolute;
}

.pagination a{
	width:16px;
	height:16px;
	float: left;
text-decoration: none; 
color: #333;
font-size:0px;
background:url(../images/paginationBg.png) no-repeat -16px 0;
margin-left:2px;





}

.pagination a:hover, .pagination a.selected{
background-position:0 0;
}
