.sliderwrapper{
position: relative; /*leave as is*/
width: 420px; /*width of featured content slider*/
height: 280px;
vertical-align:top;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
margin-top: 0px;
}



.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: 420px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 280px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
border:#E6E6E6 2px solid;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 0px;
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


#slider4{
border-color: darkred;
margin-left: 0px;
height: 280px
}


#paginate-slider4{
background-color: #281671;
border-color: #281671;
margin-left: 0px;
text-align:left;
padding-top:10px;
padding-bottom:5px;
padding-left:5px;
padding-right:3px;
width:415px;
background-image:url(../images/proback.png);

}


#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 2px solid #E6E6E6;
margin-top: 0px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 2px solid #E74601;
}
