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



.sliderwrapper .contentdiv {
background: #ffffff;
width: 670px; /*width of featured content slider*/
height: 90px;
float:left;


}
.fotoTitulo{
width: 670px; /*width of featured content slider*/
height: 90px;
background:#CCCCCC;
top:415px;

}
.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
height: 20px;
margin: 0px auto;
float:right;


}

.pagination a{
padding: 0 5px 0; 
text-decoration: none; 
color: #FFF;
background:  #996;
z-index:1;
}

.pagination a:hover, .pagination a.selected{
color: #CCC;
background-color: #996;
font-weight:bold;
z-index:1;
}