.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:550px; 
height:105px; 
float:left;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:20px;
padding:0;
margin:0;
text-align: left;
background-color:#f2f2f2;
padding-top:5px; padding-left:5px;
}

.pagination a{
color:#FFFFFF;
font-family:tahoma;
font-size:11px;
float:left;
width:11px;
height:15px;
line-height:15px;
padding-left:5px;
margin-right:4px;
text-decoration: none;
background:#2e7aa3;
}

.pagination a:hover, .pagination a.selected{
color:#FFFFFF;
font-family:tahoma;
font-size:11px;
background:#00bdec;
}