.sliderwrapper{
overflow: hidden; /*leave as is*/
width: 526px; /*width of featured content slider*/
height: 430px;
padding: 7px;
background-image:url('images/slider_bg.png');
float:left;
}

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

.pagination{
width: 170px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 0 0 0 0;
float:left;
overflow:hidden;
}

.pagination a {
width:135px;
height:20px;
float:left;
text-align:left;
margin-bottom:5px;
padding:5px 0 0 15px;
text-decoration: none; 
color: #fff;
background-image:url('images/but_slide_off.jpg');
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-image:url('images/but_slide_on.jpg');
}