.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #af965a;
border-bottom-width: 0px;
width: 430px; /*width of featured content slider*/
height: 10px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 4;  /*leave as is*/
padding: 0px;
background: #f4ffd4;
width: 428px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 170px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 430px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #f4ffd4;
padding: 2px 2px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #00007D;
background: #f4ffd4;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #f4ffd4;
}



 









.sliderwrapper4{
position: relative; 
overflow: hidden; 
border: 0px solid #af965a;
border-bottom-width: 0px;
width: 398px; 
height: 263px;
}



.sliderwrapper4 .contentdiv{
visibility: hidden; 
position: relative; 
left: 0;  
top: 0;  
padding: 0px;
width: 398px; 
height: 263px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}





 
#slider4{
border: 0px solid #2b2b2b;
margin-left: 0px;
height: 264px
}
 
 
#paginate-slider4{
border-color: #e86d20;
margin-left: 10px;
}
 
 
#paginate-slider4 a img{
width: 90px;
height: 68px;
border: 3px solid #2b2b2b;
margin-top: 0px;
}
 
 
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
width: 94px;
height: 72px;
border: 1px solid #e86d20;
}














