#lightbox{
	position: fixed;
	width: 100%;
 	text-align: center;
	margin-top:50px;
	z-index:9997;
}
#overlay{
	position: fixed;
	top: 0;
	left: 0;
}
#image{
	padding:20px; 
	margin:0px auto;
	 width:600px; 	 
	 z-index:9999;
}