#lightbox{	position: absolute; left: 0px; top: 0px; width: 100%; height: auto; z-index: 50; margin: 0px; padding: 0px;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #1a1a1a; width: 250px; height: 250px; margin: 0 auto; z-index: 55; }
#imageContainer{ padding: 10px 10px 0px 10px; position: relative; z-index: 150; }

#loading{ position: relative; top: 140px; 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: 150; display: block; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; display: block; }
#prevLink { margin-left: -18px; float: left; display: block; background: url(../images/lightbox/prevlabel.png) left 50% no-repeat; }
#nextLink { margin-right: -18px; float: right; display: block; background: url(../images/lightbox/nextlabel.png) right 50% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.png) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.png) right 50% no-repeat; }

#bottomNav
{
	width: 35px; 
	height: 35px; 
	position: absolute;
	right: -11px;
	top: -11px;
	z-index: 150;
}

#bottomNavClose 
{
	width: 35px; 
	height: 35px; 
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 150;
}
		
#overlay
{ 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	min-height: 100%;
	height: auto !important; 
	height: 100%; 
	background-color: #000; 
	z-index: 45;
}

#box_title {
	position: absolute;
	left: 0px;
	bottom: -30px;
	height: 30px;
	width: 100%;
	text-indent: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background-color: #1a1a1a; 
}

