#lightbox{
	position: absolute;
	left: 0;
	width: 1024;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#loading{
	position: absolute;
	width:1024px;
	text-align: center;
	line-height: 0;
	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 1024;
	height: 800px;
	background-color: #c0c0c0;
	}

