.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 730px; /*width of featured content slider*/
background: white;
}



.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: 700px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-bottom:15px;

}

.pagination{
width: 580px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 


}

.pagination a:hover, .pagination a.selected{
padding: 0 10px;
text-decoration: none; 


}

#slider4{
margin-left: 15px;
height: 248px;
width: 680px;

}

#paginate-slider4{
background-color: white;
margin-top: 10px;
margin-left: 105px;
width: 410px;
	
}

#paginate-slider4 a img{
width: 54px;
height: 42px;
border: 1px solid gray;
margin-right: 5px;
margin-top: 5px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid #FF6633;;
}


