body { margin:15px 0 0 8px; padding:0; 

}
#dimg { float:left; width:187px; margin-left:17px; margin-right:16px; margin-top:15px; 
/*font: 12px/16pt "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; color:#333; line-height:17px;*/
font: 11px/14pt Arial, Helvetica, sans-serif; color:#333; line-height:16px; /*font-weight:bold;*/
}
#dimg img{ border:solid 6px #dfdfdf; border-radius:6px;
}
#dimg a:link, #dimg a:visited {
color: #333; text-decoration:none;
}
#dimg a:hover {
color: #069; 
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #dfdfdf;
border-bottom-width: 6px;
width: 685px; /*width of featured content slider*/
height: 275px;  /*estava 290  ALTURA DO SLIDER*/
border-radius: 6px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 675px; /*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;
}

.pagination{
width: 685px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color:  #dfdfdf;
padding: 5px 10px;
border-radius:6px; font-size:18px;
}

.pagination a{ 
padding: 0 10px;
text-decoration: none; 
color: #666;
font: 17px/21pt "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
background: white; border:solid 1px #CCCCCC;
border-radius:4px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}