#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:1070px;
	height:600px;
	margin:-300px 0 0 -535px;
	border:1px solid #fff;
	background:#fff;
	text-align:left;
}	
	

.img-container { width:1050px; margin:10px; overflow:auto; overflow-y:hidden; }
