.sliderwrapper{
position: relative;
overflow: hidden;
border: 0px;
width: 500px;
height: 60px;
}
.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute;
left: 0;
top: 0;
padding: 0px;
background: white;
width: 500px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
float:right;
width: 60px;
text-align: left;
line-height:20px;
background-color: #fff;
padding: 0px 2px;
}
.pagination a{
padding: 0 5px;
border: 1px solid #999999;
text-decoration: none;
font-size: 11px;
font-weight: bold;
color: #00007D;
background: white;
}
.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ededed;
}