#imgGallery{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
	}
#overlay {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background-color: #001;
	filter:alpha(opacity=67);
	-moz-opacity: 0.67;
	opacity: 0.67;
	}
#imageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding:10px;
	}
