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

#lightbox a img {
	border: none;
	text-align: left;
	margin-right: 15px;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 252px;
	height: 50px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
	width: 232px;
	height: 30px;
	text-align: left;
}

#loading {
	line-height: 0;
	width: 32px;
	height: 32px;
	float: left;
}

#loadingText {
	color: #F90;
	font-weight: bold;
	padding: 15px 0 0 80px;
	font-size: 20px;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

#info-box {
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	background-color: white;
	color: black;
}
