#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
#imgGallery {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 91;
	text-align: center;
	line-height: 0;
}
#imageContainer {
	position: absolute;
	background-color: white;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding:10px;
}
img {
	border:none;
}
