
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

/*THIS IS WHRE THE IMAGE CONNECTS TO THE LOWER CAPTION BOX */
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0px auto;
	padding-top:0px;
	border-top:1px #ccc inset;
	border-bottom:0px #fff solid;
	}
/*TWD THIS IS WHERE THE TOP BORDER IS MADE WITH PADDING */
#imageContainer{
	padding: 0px;
	padding-top:10px;
	border-bottom:1px #FFF solid;
	}

#loading{
	position: absolute;
	top: 5%;
	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  { background: url(../images/blank.gif) no-repeat; display: block; width: 49%; height: 100% }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover    { background: url(../images/prevlabel.gif) no-repeat left 50% }
#nextLink:hover, #nextLink:visited:hover    { background: url(../images/nextlabel.gif) no-repeat right 50% }


#imageDataContainer  { color: #212121; font: 14px/1.6em Georgia; background-color: #fff; margin: 0 auto; width: 100%; overflow: auto }

#imageData { color: #212121; padding: 15px 10px; font-family:lucida, lucida-sans, sans-serif, arial, verdana; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption {font-size:12px; line-height:130%;}
#imageData #numberDisplay{color:#999; font-size:10px; display: block; clear: left; padding-bottom: 2.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 3.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}