.sliderwrapper{
position: relative; 
overflow: hidden; 
width: 758px; 
height: 350px;
border:1px solid #dcdcdc;
}



.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 10px;  
top: 10px;  
overflow: hidden; 
background: white;
width: 738px; 
height: 330px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 710px; 
text-align: center;
padding: 10px 10px 10px 10px;
}

.pagination a{
border-bottom:3px solid #fff;
margin:0 3px;
width:auto;
}

.pagination a:hover, .pagination a.selected{
border-bottom:3px solid #fff;
}

