/*================================================================================*/

/* 4. LIGHTBOX (IMAGE CONTROL)

/*================================================================================*/

#lightbox{	position: absolute;	top: 40px; left: 0;	width: 100%; z-index: 100; text-align: center; line-height: 0;}

#lightbox a img{ border: solid 0px #FFFFFF; }

#outerImageContainer{ 	position: relative; background-color: #000000; border: solid 1px #555555;	width: 250px; height: 250px;
						margin: 0 auto; padding: 0px 0px 0px 0px;}

#imageContainer{ padding: 5px 0px 0px 0px;}

#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;}

#prevLinkspacer { height:22px; width: 30%; display: block; float: left; position: inherit; }
#prevLink, #nextLink{ 	width: 66px; height: 22px; /* Trick IE into showing hover */ display: block;}
#prevLink { float: left; background: url(../images/prevlabelup.gif) right 100% no-repeat; margin: 0px 0px 0px 20%; padding: 0px 0px 0px 0px; position:inherit;}
#nextLink { float: right; background: url(../images/nextlabelup.gif) left 100% no-repeat; margin: 0px 20% 0px 0px;}
#prevLink:focus, #prevLink:visited:focus { outline: none;}
#nextLink:focus, #nextLink:visited:focus { outline: none;}
#prevLink:hover, #prevLink:visited:hover {  background: url(../images/prevlabelover.gif) right 100% no-repeat; border: none;}
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabelover.gif) left 100% no-repeat; border: none;}

#imageDataContainer{ 	font: 10px Verdana, Helvetica, sans-serif;	color: #FFFFFF;	background-color: #000000; 
						border-left: solid 1px #555555;	border-right: solid 1px #555555; border-bottom: solid 1px #555555;
						height: 30px; width: 100%; margin: 0 auto; line-height: 1.4em;}

#imageData{	padding: 5px 0px 0px 5px; height: 30px;	width: 95%}
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; color: #FFFFFF;	}
#imageData #bottomNavClose{ width: 66px; float: right;  }	
		
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000000;}
	
.clearfix:after { content: "."; display: block;	height: 0px; 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 */}	