/* -- Proper Lightbox Funk graciously applied by Monzilla Media on behalf of DLa -- */

#lightbox {
	position: absolute;
	text-align: center;
	line-height: 0px;
	z-index: 111;
	width: 100%;
	left: 0px;
	top: 50px;
}
#lightbox a img { 
	border: 0px none;
}
#outerImageContainer {
	border-top: 3px solid #CC9933;
	border-right: 3px solid #CC9933;
	border-left: 3px solid #CC9933;
	background-color: #FFFFCC;
	position: relative;
	margin: 0px auto;
	color: #333333;
	height: 250px;
	width: 250px;
}
#imageContainer {
	padding: 9px;
}
#loading {
	position: absolute;
	text-align: center;
	line-height: 0px;
	width: 100%;
	height: 25%;
	left: 0%;
	top: 50%;
}
#hoverNav {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#imageContainer>#hoverNav { 
	left: 0px;
}
#hoverNav a { 
	outline: none;
}
#prevLink, #nextLink {
	background: transparent url(../images/lightbox/blank.gif) no-repeat;
	display: block;
	height: 99%;
	width: 45%;
}
#prevLink {
	background: url(../images/lightbox/previous.gif) no-repeat left bottom;
	float: left;
	left: 0px;
}
#nextLink {
	background: url(../images/lightbox/forward.gif) no-repeat right bottom;
	float: right;
	right: 0px;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/lightbox/previous.gif) no-repeat left bottom;
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/lightbox/forward.gif) no-repeat right bottom;
}
#loadingLink {
	background-color: #FFFFCC;
	color: #333;
}
#imageDataContainer {
	border-bottom: 3px solid #CC9933;
	border-right: 3px solid #CC9933;
	border-left: 3px solid #CC9933;
	background-color: #FFFFCC;
	padding-bottom: 1px;
	line-height: 1.0em;
	margin: 0px auto;
	color: #333;
}
#imageData {
	background-color: #FFFFCC;
	padding: 0px 10px;
	color: #333;
}
#imageData #imageDetails { 
	padding-bottom: 7px;
	padding-left: 3px;
	text-align: left;
	float: left;
	width: 77%;
}
#imageData #numberDisplay {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding-bottom: 3px;
	padding-left: 3px;
	display: block;
	color: #666;
	clear: left;
}
#imageData #bottomNavClose { 
	background-color: #FFFFCC;
	padding-bottom: 0.77em;
	float: right;
	color: #333;
}
#imageData #bottomNavClose img {
	height: 25px;
	width: 33px;
}
#caption {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	border: 0px none;
	color: #333;
	width: 99%;
}
#overlay {
	background-color: #000;
	position: absolute;
	height: 999px;
	z-index: 99;
	width: 100%;
	left: 0px;
	top: 0px;
}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}