#gallery-overlay{
	border-width: 0;
    margin: 0;
	padding: 0;
	background: #000 none repeat scroll 0 0;
	display: none;
	height: 2500px;
	top: 0;
	left: 0;
	filter: alpha(opacity=70);
	opacity: 0.70;
	width: 100%;
	z-index: 50;
	position: fixed;
}

#gallery-cont {
	position: fixed;
	display: none;
	z-index: 51;
	width: 855px;
	height: 570px;
	top: 0;
	left: 0;
	border: 0 none;
}
