.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 593px; /*width of featured content slider*/
height: 259px;
}



.sliderwrapper .contentdiv{

position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 593px; /*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 a{
outline:none;
text-decoration: none;
display:block;
padding:0;
margin:0;
position:absolute;
z-index:999;

}



.pagination a:hover, .pagination a.selected{
background:#fff;
color:#999;
}

.next{background:url(../images/seta_dir_off.gif) center !important; width:25px; height:26px; overflow:hidden; text-indent:-999px; margin-right:-1px; top: 166px; right:0;}
.next a:hover{background:url(../images/seta_dir_on.gif); !important}

.prev{background:url(../images/seta_esq_off.gif) center !important; width:25px; height:26px; overflow:hidden; text-indent:-999px; top: 166px; right:150;}  
.prev a:hover{background:url(../images/seta_esq_on.gif); !important}

.pagination .toc{display:none !important;}
