.sliderwrapper{
position: relative; 
overflow: hidden; 
border: 2px solid #d6d6d6;
border-bottom-width: 6px;
width: 539px; 
height: 286px;
}


.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute;
left: 0;  
top: 0;  
padding: 0px;
background: white;
width: 537px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 539px; 
text-align: right;
background-color: gray;
padding: 5px 10px;
}

.pagination a{
padding: 2 5px;
text-decoration: none; 
color: gray;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: red;
text-decoration: none;
}
