.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 624px; /*width of featured content slider*/
height: 276px;
border-right: solid;
}

.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;
margin-top: -4px;
}

#slider4{
border-color: #e0e0e0;
height: 275px;
float: left;
}
 
#paginate-slider4{
background-color: darkred;
border-color: darkred;
margin-left: 15px;
}
 
#paginate-slider4 a img{
width: 109px;
height: 60px;
border: 2px solid #e0e0e0;
margin-top: 4px;
margin-left: 300px;
margin-right: 5px;
float: right;
}
 
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid red;
}
