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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 950px; /*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{position:absolute; bottom:0; right:0; z-index:999;}

.pagination a{
text-decoration: none;
display:block;
width:24px; height:20px;
padding:4px 0 0 0;
float:left;
color:#fff;
font-weight:bold;
font-size:14px;
background-image:url(../images/abas.png);
background-repeat:no-repeat; 
background-position:0 0;
margin-left:1px;
}

.pagination a:hover, .pagination a.selected{
background-position:-24px 0;
color:#fff;
}

.prev, .next{display:none !important;}
