@charset "UTF-8";
/* CSS Document */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 10px;
	}

#imageContainer{
	padding: 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; }

#prevLink, #nextLink {
	width: 50%;
	height: 100%;
	margin-top: 10px;
	background: transparent url(img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	position: absolute;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText {
/*color: #d03693;*/
font-weight: bold;
text-decoration: none;
display: none;
}
#nextLinkText {
padding-left: 10px;
}
#prevLinkText {
padding-right: 10px;
}
#nextLinkText:hover, #prevLinkText:hover {
	/*color: #8a0455;*/
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

#imageData{
	padding: 0px 0px;
	color: #000;
	}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: normal 11px Arial, Verdana, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	background: #fff;
	padding: 2px 10px 5px;
	}
img#lightboximage {
	background-color: #fff;
	padding: 0px;
	}
#imageData #imageDetails { width: 90%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold; font-size:12px; }
#imageData #numberDisplay { display: block; clear: left; color: #555; padding: 5px 0; width: 100%; }			
#imageData #bottomNavClose { width: 41px; float: right; padding-bottom: 0px; }
#imageData .byline { font-weight: normal; color: #000; }
#imageData #helpDisplay { clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 700px;
	background-color: #000;
	/*filter: alpha(opacity=70); /*for Internet Explorer 6/7*/
	/*filter: “alpha(opacity=70)”; /*for Internet Explorer 8*/ 
	/*-moz-opacity: 0.7;*/
	/*opacity: 0.7;*/
	display: none;
	}
	

.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 */
	}	

#lightboxIframe {
	display: none;
	}