.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #660066;
border-bottom-width: 6px;margin:0;padding:0;
width: 610px; /*width of featured content slider*/
height: 450px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0px;  /*leave as is*/
padding: 0;
background: white;
width: 400px; /*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;
}

.pagination{
width: 720px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: navy;
padding: 0;height:100%
}

.pagination a{
padding: 0px;
text-decoration: none; 
color: #669999;
background: white;float:left
}

.pagination a:hover, .pagination a.selected{
color: #669999;
background-color: #669999;padding:0
}
#paginate-slider4{
background-color: #fff;
border-color: #660066;
margin:0;height:150px}

#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 1px solid #fff;
margin: 0;
}
#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 0;margin:0
}
