.sliderDestaque{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 626px; /*width of featured content slider*/
height: 300px;
text-align: center;
margin: 0px 0px 0px 0px ;
border:#666666 2px solid;
}



.sliderDestaque .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #cccccc;
width: 626px; /*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;
text-align: center;
}

.pagination{
width: 626px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
margin: 3px 0px 0px 0px;
}

.pagination a{
padding: 0px 5px 0px 5px;
text-decoration: none; 
color:#cdcdcd;
font-size:9px;
background-image:url(../images/bulletGray.png);
background-repeat:no-repeat;
background-position:center;
background-position:center;
}

.pagination a:hover, .pagination a.selected{
color:#a8d014;
background-image:url(../images/bulletRed.png);
background-repeat:no-repeat;
}


/*---  CLASSES DOS CONTEÚDOS  ---*/
.titulo {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:16px;
font-weight:bold;
line-height:100%;
text-align:left;
margin-bottom:-10px;
padding-left:20px;
}

.texto {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color:#dddddd;
font-size:12px;
font-weight:normal;
line-height:110%;
padding-left:20px;
padding-right:10px;
}

.botao a {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-align:left;
padding: 18px 0px 0px 20px;
background:url(../images/BTbg.png) no-repeat center left;
width:184px;
height:34px;
display:block;
}

.botao a:hover{
background:url(../images/BTbgON.png) no-repeat center left;
color:#666666;
}

/*----- SLIDER DE CLIENTES ----*/
.sliderClientes{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 936px; /*width of featured content slider*/
height: 20px;
padding: 2px 2px 2px 2px;
background-color:#666666;
}



.sliderClientes .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px 5px 5px 30px;

width: 936px; /*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;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#ffffff;
}

.paginationClientes{
visibility:hidden;
}