.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 720px; /*width of featured content slider*/
margin:0;
height:335px;
margin-bottom:25px;
}

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

.pagination{
width:625px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding:0;
padding-right:5px;
text-align:right;
z-index:900;
position:absolute;
height:38px;
top:295px;
}

.pagination span{
float:left;
position:relative;
}

.pagination a{
margin-top:8px;
margin-right:5px;
text-decoration: none; 
color: #fff;
background:#454545;
display:inline-block;
width:15px;
text-align:center;
font-weight:bold;
height:15px;
color:white;
font-size:12px;
padding-top:3px;
background:url(images/blue.png) center center no-repeat;
}

.pagination a:hover, .pagination a.selected{
background:url(images/orange.png) center center no-repeat;
}