.sliderwrapper{
position: relative; 
overflow: hidden; 
border: 0px solid 
border-bottom-width: 6px;
height: 150px;
}



.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 0;  
top: 0;  
padding: 5px;
background: white;
width: 600; 
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
text-align: right;
background-color: #FFffff;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #B30000;
background: #FFffff;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #000000;
}
