.sliderwrapper{
position: relative; 
overflow: hidden; 
border: 10px solid white; /* cor do fundo das imagens */
border-bottom-width: 0px;
width: 455px; 
height: 310px;
}

.contentdiv .sliderwrapper {
visibility: hidden; 
position: absolute; 
left: 0;  
top: 0; 
padding: 5px;
background: white;
width: 390px; /*(390+5+5=400)*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 455px; /*(400+10+10=420)*/
text-align: right;
background-color: #fff; /*cor do BG do fundo dos botoes*/
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #0000000; /* cor dos botoes ao passar o mouse */
background-color: #efeeee; /*  #FEE496 cor do fundo ao passar o mouse */
}