@charset "UTF-8";
/* CSS Document */

/* About Us Archive Photos*/
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	
	width: 360px; /*width of featured content slider*/
	height: 260px;
}



.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: #f0f8fd;
width: 350px; /*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: 360px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	background-color: #f0f8fd;
	padding: 5px 0px;
}

.pagination a img{
	width: 80px;
	height: 65px;
	border: 2px solid #CCCCCC;	
	color: #CCCCCC;
}


.pagination a img:hover, .pagination a.selected img{
	
	border: 2px solid #00afe3;	
}