.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #005DA4;
border-bottom-width: 6px;
width: 610px; /*width of featured content slider*/
height: 236px;
}

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

.paginationn {
width: 610px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #005DA4;
padding: 5px 10px; text-align:center;
}

.paginationn a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
background: #005DA4;
}

.paginationn a:hover, .paginationn a.selected{
color: #005DA4;
background-color: #FFF;
}

.titulo-banner-cursos {width:615px; height: 22px; font-size: 20px; color: #fff; font-weight: bold; margin: 15px 0px 0px 0px; text-align: left; background:#005da4; padding: 05px 0px 5px 15px;}