.sliderdisplay{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 468px; /*width of featured content slider*/
height: 190px;
}

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

#slider{
display: block;
float: left;
width: 468px;
height: 190px;
}

#paginate-slider{
display: block;
float: right;
}

#paginate-slider a img{
width: 220px;
height: 62px;
border: 0px;
}

#paginate-slider a img:hover, #paginate-slider a.selected img{
width: 220px;
height: 62px;
border: 0px;
}
