#lightbox{
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	z-index: 3355;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 2px;
	margin-top: 34px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	left: 0;
	bottom: 38px;
	width: 100%;
	z-index: 11;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { float: left; width: 47%; margin-left: 2%; }
#nextLink { float: right; width: 47%; margin-right: 2%; }
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.png) left 20% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.png) right 20% no-repeat; }


#imageDataContainer{
	font: 9px Futura, Helvetica, sans-serif;
    background-image: url(images/lbcaption_bg.png);
    background-repeat: repeat-x;
	color: #fff;
	margin: 0 auto;
	margin-top: -38px;
	line-height: 1.5em;
	height: 38px;
	width: 100%;
	border-top: 1px solid #111;
    z-index: 10;
    position: relative;
	}

#imageData{
	padding: 5px 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-size: 16px;	}
#imageData #numberDisplay{ display: block; clear: left; color: #ddd; }			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3333;
	width: 100%;
	height: 500px;
	background-color: #111;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}