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

#lightbox a img{ border: none; }

#outerImageContainer{ /* picture container orig white; change this bg color if desired */
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #cdc solid;
	border-bottom: none;
	}

/* picture area; 
orig 10px padding; 
change bg color to match #outerImageContainer;
reduce padding to take account of #lightboxImage borders */
#imageContainer{ 
	padding: 8px; background-color: #000;
	}

#lightboxImage {
	border: 1px #fff solid;
}

#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: 69%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; margin-left: -100px; background: url(../images/prevlabel-round.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; margin-right: -100px; background: url(../images/nextlabel-round.gif) right 15% no-repeat; }

/*\*/			/* IE hack thanks to Stu Nicholls */
* html #hoverNav{ left: -25%; width: 150%; } 
* html #prevLink { width: 48%; margin-left: 0; }
* html #nextLink { width: 48%; margin-right: 0; }
/**/

#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel-round.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel-round.gif) right 15% no-repeat; }


#imageDataContainer{ /* caption area at base; orig white */
	font: 11px Verdana, Helvetica, sans-serif;
	background-color: #000; color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%; border: 1px #cdc solid; border-top: none;	
	}

#imageData{	padding:0 10px; color: #afa; } /*visible text color */
#imageData #imageDetails{ text-align: left; }	
#imageData #caption{ font-weight: normal;}
#imageData #numberDisplay{ display: block; clear: left; padding-top: 1.0em; color: #fff;}			
#imageData #bottomNav #bottomNavClose, #imageData #bottomNav a img, #imageData #bottomNav a:link img, #imageData #bottomNav a:visited img  { float: none; text-align: center; padding-bottom: 0.7em; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: #111 url(../images/bg-metalgreen3.jpg);
	}

/*  added */

/*
For ref: 
sidebar bg: rgb(237,237,194);
sidebar headings bg: #736E60;
*/

.caption{ font-size: 0.9em; padding-top: 0.2em;
	}

a img, a:link img, a:visited img  { 
	border: none;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;}

.captiontitle {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
