.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 330px; /*width of featured content slider*/
height: 200px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 330px; /*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;
}

.sliderwrapper .contentdiv a { border: 0px; padding: 0px;}
.sliderwrapper .contentdiv a img { border: 0px;}

.pagination{
width: 310px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
position: relative;
top: 170px;
z-index: 100;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
font-weight: bold;
font-size: 13px;
color: black;
background: white;
filter:alpha(opacity=70);-moz-opacity:0.70;opacity:0.70;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}