.stepcarousel_d{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 532px; /*Width of Carousel Viewer itself*/
height: 195px; /*Height should enough to fit largest content's height*/
background:#e7e7e7;
}
#geral_slide{
width:532px;
height:258px;
background:#e7e7e7;
font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#545454;
margin-top:20px;
}
#geral_slide a{
color:#003399;
text-decoration:none;
}

#geral_slide a:hover{
text-decoration:underline;
}

.stepcarousel_d .belt_d{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel_d .panel_d{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 21px 0px 20px; /*margin around each panel*/
width: 140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#FFF;
padding:4px;
border:solid 1px #999999;
height:180px;
}
#titulo{
background-image:url(../imagens_fixas/topo-slides.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
height:48px;
}
#titulo p {
float:left;
padding-left:40px;
font-size:15px;
font-weight:bold;
color:#FFFFFF;
padding-top:10px;
}
#titulo a{
float:left;
padding-top:5px;
}
#titulo img{
margin-left:7px;
margin-right:7px;
border:none;
}
