#lightbox
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	line-height: 0;
}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#lb_outerImageContainer
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	z-index: 601;
}
#lb_imageContainer{ padding: 10px;
	z-index: 605;
}

#lb_loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0;
	z-index: 0;
}


#lb_hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 20; }
#lb_imageContainer>#lb_hoverNav{ left: 0;}
#lb_hoverNav a{ outline: none;}

#lb_prevLink, #lb_nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#lb_prevLink { left: 0; float: left;}
#lb_nextLink { right: 0; float: right;}
#lb_prevLink:hover, #lb_prevLink:visited:hover { background: url(../images/lightbox/prev_chevron.png) no-repeat 75px center; }
#lb_nextLink:hover, #lb_nextLink:visited:hover { background: url(../images/lightbox/next_chevron.png) no-repeat 75% center; }

#lb_imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: hidden; width: 100%; z-index: 900;
	height: 40px;
}

#lb_imageData{	padding:0 10px; color: #666; }
#lb_imageData #lb_imageDetails{ width: 70%; float: left; text-align: left; }
#lb_imageData #lb_caption{ font-weight: bold;	}
#lb_imageData #lb_numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#lb_imageData #lb_bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.7em; outline: none;
}

#overlay{ position: absolute; top: 0; left: 0; z-index: 998; width: 100%; height: 100%; background-color: #000; }
