.sliderwrapper{
position: relative; /*leave as is*/
top:0;
overflow: hidden; /*leave as is*/
width: 500px; /*width of featured content slider*/
height: 351px;
margin:0;
padding:0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 405px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 490px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:48px;
float:right;
text-align: right;
position:relative;
top:0px;
right:0px;
padding:7px 10px 0 0;
background:#f3f3f3;
}

.pagination a{
margin: 0;
padding:0 7px 0 0;
border:none;
outline:none;
}

.pagination a:hover, .pagination a.selected{
}