#feat-showcase {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 500px;
	height: 340px;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 500px; /*width of featured content slider*/
	height: 340px;
	padding: 0px;
}
.sliderwrapper img {
	border-width: 0px;
	border-style: none;
}




.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute;  /*leave as is*/
	padding: 0px;
	width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	color: #FFFFFF;
	left: 0px;
	top: 0px;
	float: left;
	overflow: hidden;
}


.sliderwrapper .contentdiv a {
	color: #999999;
	text-decoration: underline;
}
.sliderwrapper .contentdiv a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


.feat-description {
	width: 480px;
	position: absolute;
	top: 260px;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 5px;
	height: 100px;
	left: 10px;
	margin: 0px;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	background: #313131;
	overflow: hidden;
	color: #FFFFFF;
}
.feat-description .date {
	font-size: 11px;
	color: #ca833d;
}


.feat-description h4 {
	font-size: 17px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px;
	line-height: 20px;
}


.pagination{
	width: 490px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #333333;
	padding: 5px 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: none;
}

.pagination a{
	text-decoration: none;
	color: #FFFFFF;
	background: #666666;
	padding: 2px 5px;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #660000;
	text-decoration: none;
	padding: 2px 5px;
}
#simple-gallery {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 512px;
}
#simple-gallery ul {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 492px;
	list-style-type: none;
}
#simple-gallery ul li {
	margin: 0px 8px 8px 0px;
	padding: 0px;
	float: left;
}
#simple-gallery ul li img {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70px;
	height: 70px;
	border: 2px solid #FFFFFF;
}
#simple-gallery h3 {
	margin: 0px;
	padding: 5px 10px 0px;
	float: left;
	width: 492px;
	font-size: 13px;
	color: #FFFFFF;
}
#simple-gallery ul li img:hover {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 70px;
	height: 70px;
	border: 2px solid #CCCCCC;
}














/* lightbox css */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{
	padding:0px 10px;
	color: #666;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	padding: 10px;
}	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

