.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 520px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 520px; /*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;
}


#right_cs {float:right; height:250px; width:260px;}
#sliderthumbs a {height: 70px; width:240px; border: 1px #FFFFFF solid;}
#sliderthumbs a:hover {height: 70px; width:240px; border: 1px #99FF00 solid;}

.fwd{margin-right: 2px}
.bck{margin-left: 2px}

#paginate-slider1 a img{
width: 260px;
height: 70px;
border: 2px solid #CCCCCC;
margin-bottom: 10px;
}

#paginate-slider1 a img:hover, #paginate-slider1 a.selected img{
border: 2px solid #99FF00;
}

