
#lightbox {
	position: fixed;
	top: 10%;
	left: 0;
	width: 100%;
	z-index: 100;
}

#outerImageContainer {
	position: relative;
	width: 60%;
	margin: 0 auto;
}

#loading {
	position: absolute;
	top: 30%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loading img { border: none; }

#lightboxOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	_width: 100%;
	_height: 100%;
	background-color: #bfbfbf;
}

#lightbox .shadowBox { background-color: transparent; }
#lightboxClose { 
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -15px;
	_margin-top: 0;
	margin-right: -25px;
	_margin-right: 0;
}
