.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 408px; /*width of featured content slider*/
height: 326px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}



#geral #conteudo .telas div.pagination {
display: block;
float: left;
padding-right: 5px;
padding-left: 2px;
width: 22px;
}
#geral #conteudo .telas div.pagination a {
background: #ededed url(../imagens/fd-pagtelas.jpg) no-repeat 0 0;
color: #c1c1c1;
display: block;
float: left;
font-size: 1.2em;
font-weight: bold;
height: 19px;
margin-bottom: 5px;
padding-top: 3px;
text-align: center;
width: 22px;
}
#geral #conteudo .telas div.pagination a:hover, #geral #conteudo .telas div.pagination a.selected {
background: none;
background-color: #dfdfdf;
}




