Código :
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px dotted #3d4f5d;
border-bottom-width: 1px;
width: 825px; /*width of featured content slider*/
height: 1000px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0; /*leave as is*/
top: 75px; /*leave as is*/
padding: 0px;
background: #FFF;
width: 825px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
text-align:center;
width: 820px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font-family:Arial;
background-color:#3d4f5d;
color:#FFFFFF;
border:#333 dotted 1px;
font-size:20px;
letter-spacing:3px;
padding: 20px 0 0 0;
height:40px;
}
.pagination a{
padding: 0 5px;
text-decoration: none;
color: #FFF;
}
.pagination a:hover, .pagination{
color: #CCC;
}
.pagination a.selected{
color: orange;
} 