#lightbox1{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox1 img{ width: auto; height: auto;}
#lightbox1 a img{ border: none; }

#outerImageContainer1{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer1{ padding: 10px; }

#loading1{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav1{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer1>#hoverNav1{ left: 0;}
#hoverNav1 a{ outline: none;}

#prevLink1, #nextLink1{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink1 { left: 0; float: left;}
#nextLink1 { right: 0; float: right;}
#prevLink1:hover, #prevLink1:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink1:hover, #nextLink1:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer1{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; }

#imageData1{	padding:0 10px; color: #666; }
#imageData1 #imageDetails1{ width: 70%; float: left; text-align: left; }	
#bottomNav1 {
}
/*
	position: relative; 
	margin-top: -5px; 
	top: -10px;
*/
#imageData1 #caption1{ font-weight: bold;	}
#imageData1 #numberDisplay1{ float:left;	}			/*display: inline; clear: left;*/
#imageData1 #bottomNavClose1{ width: 66px; float: right;  /*padding-bottom: 0.7em;*/ outline: none;}	 	

#overlay1{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#prevLinkNext1 {
	color:#666666;
	text-decoration:none;
/*	margin-left:-50px;*/
}
#nextLinkNext1 {
	color:#666666;
	margin-left:5px;
	text-decoration:none;
}
#betweenPrevNext1 {
	color:#666666;
}
#imageNavAndInfoContainer1 {
	white-space:nowrap;	
	padding-bottom:1em;
/*	margin-bottom:-30px;*/
}
#imageNavAndInfoContainer2 {
	text-align:center;
	float:left;
	position:relative;
	top:-18px;
	width:100%;
	margin-bottom:-15px;
}