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



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 727px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 345px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#paginate-slider4 { position:absolute; right:0; bottom:20px; background: white none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; } 

.pagination {
position:absolute;
right:0;
bottom:0px;
width:auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

#paginate-slider4 a img {
border:#336288 1px solid;
width:42px;
height:41px;
padding: 0px;
text-decoration: none;
background: white;
}

#paginate-slider4 a:hover, #paginate-slider4 a.selected{}