.sliderwrapper{
position: relative;
overflow: hidden; 
border: 4px solid #808080;
width: 590px; 
*width: 598px; 
border-bottom-width: 6px;
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 580px; 
*width: 588px; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 578px; 
*width: 598px;
text-align: right;
background-color: #808080;
padding: 5px 10px;
}

.pagination a:link, .pagination a:visited, .pagination a:active{
font-size:12px;
padding: 0 5px;
text-decoration: none; 
color:#000000;
background: white;
}

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