@charset "utf-8";
#slider4{
	height: 230px;
	border: 5px solid #006C67;
	width: 300px;
	background-color: #000000;
}
#eventSpotlightFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}

#paginate-slider4{
	position: absolute;
	left: 320px;
	top: 24px;
	border-top-color: #A2BF2F;
	border-right-color: #A2BF2F;
	border-bottom-color: #A2BF2F;
	border-left-color: #A2BF2F;
	border-color: #A2BF2F;
}
#paginate-slider4 a img{
	width: 83px;
	height: 55px;
	border: 2px solid #006C67;
}
#paginate-slider4 a img:hover{
	border: 2px solid #E1E319;
}
#paginate-slider4 a.selected img{
	border: 2px solid #F6921E;
}
.eventPhotoCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	bottom: 10px;
	position: absolute;
	left: 0px;
}
.eventPhotoCaption a {
	color: #FFFFFF;
	text-decoration: none;
}
.eventPhotoMoreInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: absolute;
	bottom: 12px;
	right: 40px;
}

.eventPhotoMoreInfo a {
	color: #999999;
	text-decoration: none;
}.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 6px;
	width: 300px; /*width of featured content slider*/
	height: 230px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006C67;
	border-right-color: #006C67;
	border-bottom-color: #006C67;
	border-left-color: #006C67;
}

.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: 330px; /*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;
}
