.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #FFFFFF;
border-left-width: 6px;
border-top-width: 12px;
width: 580px; /*width of featured content slider*/
height: 450px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 500px; /*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;
}

.contentdiv img{
border: 8px solid  # CCC;
}

#paginate-slider{
background-color: darkred;
border-color: darkred;
margin-left: 10px;
margin-right: 10px;
margin-bottom:10px;
}

#paginate-slider a img{
width: 100px;
height: 67px;
border: 8px solid    #7D8FE3;
margin-top: 18px;
}

#paginate-slider a img:hover, #paginate-slider a.selected img{
border: 8px solid  #06F;
}

