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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 224px;
	height: 220px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 7px;
	padding-bottom: 2px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	display: none;
	}
#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;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 9px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 16px;
	overflow: auto;
	width: 100%;
	}

#imageData{	padding: 1px 3px; color: #231F20; height: 16px; margin: 7px; margin-top: 0px; background-color: #E4E5E6; }
#imageData #imageDetails{ text-align: left; }
#imageData #caption{ font-style: italic; }
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ float: right; }	
#imageData #bottomNavClose a{ margin: 0px 2px; color: #231F20; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #9FA1A4;
	}

/* green */

#lightbox.green #imageData {
background-color: #D9E7DF;
}

#lightbox.green #imageData,
#lightbox.green #imageData #bottomNavClose a {
color: #00693C;
}

/* orange */

#lightbox.orange #imageData {
background-color: #FFF1E2;
}

#lightbox.orange #imageData,
#lightbox.orange #imageData #bottomNavClose a {
color: #E17000;
}

/* blue */

#lightbox.blue #imageData {
background-color: #DDE4F1;
}

#lightbox.blue #imageData,
#lightbox.blue #imageData #bottomNavClose a {
color: #005A8B;
}