#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;
	}

#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: 49%;
	height: 100%;
	background: transparent url(../images/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(../images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #555;
font-weight: normal;
text-decoration: none;
display: none;
}
#nextLinkText{
padding-left: 10px;
}
#prevLinkText{
padding-right: 10px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

#imageData{
	padding: 0px 0px;
	color: #fff;
	}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	/*background-color: #fff;*/
	margin: 0 auto;
	line-height: 1.4em;
	/*background: transparent url(../images/photo_shade.gif) top right no-repeat;*/
	padding-top: 0px;
	}
#lbshade, #rbshade {
	width: 49%;
	height: 15px;
	display: block;
	position: relative;
	}
#lbshade { left: 0; float: left; background: transparent url(../images/lbshade.png) top left no-repeat;  }
#rbshade { right: 0; float: right; background: transparent url(../images/rbshade.png) top right no-repeat; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;}
#imageData #numberDisplay{ display: block; clear: left; color: #555; padding-bottom: 0px;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0px; }
#imageData .byline{	font-weight: normal; color: #fff; }
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 700px;
	background-color: #333;
	/*filter: alpha(opacity=60); /*for Internet Explorer 6/7*/
	/*filter: “alpha(opacity=60)”; /*for Internet Explorer 8*/ 
	/*-moz-opacity: 0.6;*/ 
	opacity: 1;
	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;
	}