.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:135px; /*width of featured content slider*/
height:141px;
float:left;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 1px;  /*leave as is*/
/*background: white;*/
width:135px; /*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:143; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
float:left;
}
/*.pagination a{
padding: 0 5px;
text-decoration: none; 
color:#d3eeff !Important;
background: white;
display:block;
width:143px;
height:46px;
background:#4f7faf;
margin-top:1px;
}
.pagination a:hover, .pagination a.selected{
color: #FFFFFF !Important;
background: url(../images/gradiente-clara-destacadas.png) no-repeat center bottom #4f7faf;
}*/

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:468px; /*width of featured content slider*/
height:60px;
float:left;
}
.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 1px;  /*leave as is*/
/*background: white;*/
width:468px; /*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;
}
.pagination2{
width:468; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: justify;
/*background:#FFF;*/
float:left;