#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: #898989;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 2px;
	}
#imageContainer img{
	border: 6px solid #363636;
	}	

#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;
	}
#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: 10px Verdana, Helvetica, sans-serif;
	background-color: #898989;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	}

#imageData{	font-family: arial; font-size: 12pt; background-color: #363636; color: #ffffff; padding: 8px 3px 3px 3px; margin: 0 2px 2px 2px;}
#imageData #imageDetails{ padding-left: 8px; padding-right: 8px; text-align: left; }	
#imageData #caption{  }
#imageData #caption H1{ font-family: arial; font-size: 18pt; font-weight: bold; color: #e1e1e1; padding: 0; margin: 0; display: inline;}
#imageData #caption H2{ font-size: 9pt; font-weight: bold; padding: 0; margin: 0; display: inline;}
#imageData #caption div.hr{ height: 1px; width: 100%; background-color: #7c7c7c; }
#imageData #caption p{ text-align: center; font-weight: bold;}
#imageData #caption a:link , #imageData #caption a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #939393;
}
#imageData #caption a:hover, #imageData #caption a:active
{
    font-weight: normal;
    text-decoration: none;
    color: #111111;
}
#imageData #numberDisplay{ display: none; font-size: 7pt; }			
#imageData #bottomNav{ height: 17px; width: 100%; text-align: right; }	
#imageData #bottomNavClose{ text-align: right;}	
#imageData #bottomNavClose img { width: 17px; height: 17px;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}