

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 120;
	text-align: center;
	line-height: 0;
	}
	#lightbox a img {
		border: none;
		max-width: 800px;
		}

#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 12px 9px 46px 9px;
	background: #fff;
	font-size:12px !important;
	}
	#imageContainer	{
		padding: 0;
		margin-top: 0;
		text-align: center;
		}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loading img
{
	height: 16px;
	width: 16px;
}
#hoverNav {
	text-align: right;
	position: relative;
	top: 10px;
	margin:6px 0 0;
	}
	#hoverNav a {
		font-weight:bold;
		color: #00703C;
		text-decoration: none;
		line-height:11px;
		display:block;
		overflow: visible;
		padding: 0 12px;
		}
	#hoverNav a:hover {
		color: #7CBF49;
		text-decoration: none;
		}
		#prevLink {	
			background: transparent url(/images/branding/pager-prev.gif) no-repeat -90px 50%;
			float: left;
			}
		#nextLink {
			float:right;
			background: transparent url(/images/branding/pager-next.gif) no-repeat scroll -33px 50%;
			}
			#nextLink:hover {
				background: transparent url(/images/branding/pager-next.gif) no-repeat scroll 100% 50%;
				}
			#prevLink:hover {
				background: transparent url(/images/branding/pager-prev.gif) no-repeat 0px 50%;
				}

#imageDataContainer {	
	font-size: 12px;
	margin: 0 auto;
	padding: 25px 9px 0 9px;
	line-height: 1.4em;
	color: #666;
	background: #fff;
	position: relative;
	top:0;
	z-index:120;
	}
	#imageData #imageDetails {		
		float: left;
		text-align: left;
		}
		#imageData #caption {
			font-weight: bold;
			text-align: left;
			}
			#imageData #numberDisplay {
			display: none;
			}
	#imageDataContainer .heading {
		height: auto !important;
		line-height: normal !important;
		padding: 0 0 0.6em 0 !important;
		}
		
#imageData #bottomNavClose {
	position: absolute;
	top: -21px;
	right: -21px;
	display:block;
	clear: both;
	background: transparent url(/images/branding/TB-close.png) no-repeat 100% 0%;
	float: right;
	padding: 22px 0 0 0;
	line-height: 24px;
	height: 46px;
	font-weight: bold;
	width: 109px;
	color: #5c5c5c;
	text-decoration: none;
	font-size: .9em;
	overflow: hidden;	
	z-index: 150;	
	}
		#imageData a#bottomNavClose:hover {
			color:#9ac04b;
			text-decoration: none;
			}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=80); -moz-opacity:0.8;
	opacity:0.8;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html > body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%; /* End hide from IE-mac */
}



