@charset "utf-8";
#sites {	
        width: 920px;
}

#sites h2 {	
	color: #ffffff;
	font: bold 16px Arial, Helvetica, sans-serif;
	width: 920px;
	text-align: center;
}
	

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 10px;
width: 942px; /*width of featured content slider*/
height: 150px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 942px; /*width of content DIVs within slider. Total width should equal slider's inner width */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 942px; /*Width of pagination DIV. Total width should equal slider's outer width */
text-align: right;
background-color: 0c3e74;
padding: 0px 5px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #f88c2d;
background: #e8e8e8;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #f88c2d;
}	

#slider4{
border: 3px solid #aeaeae;
padding: 0px;
background: fff;
margin-left: 8px;
height: 280px
weight: 800px;
}

#paginate-slider4{
border-color: #e8e8e8;
margin-left: -11px;
}

#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 1px solid #d6d6d6;
padding: 3px;
margin-top: 8px;
background: #cecece;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 1px solid #f88c2d;
padding: 3px;
background: #c6c6c6;
}
