.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 699px; /*width of featured content slider*/
height: 313px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 699px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 313px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
 /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 0 0 29px;
}

.pagination a{
display: block;
width: 15px; 
height: 14px;
float: left;
margin: 0 0 0 5px;
position: relative; 
top: 5px;
background: url(images/no-select-img.png);
font-size: 0;
}

.pagination a.selected{
background: url(images/select-img.png);
}

.pagination a:hover.selected{
background: url(images/select-img.png);
}

.pagination a:hover{
background: url(images/hover-select-img.png);
}