.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 716px; /*width of featured content slider*/
height: 410px;

}

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

#slider4{
height: 410px
}
 
#paginate-slider4{
margin-left: 0px;
}
 
#paginate-slider4 a img{
width: 168px;
height: 42px;
border: 0px solid gray;
margin-bottom: 4px;
background-image: url(../images/button.gif);
}
 
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 0px solid red;
background-image: url(../images/button-hover.jpg);
}