#mainbodyoverlay {
    filter: Alpha(opacity=70);
    opacity: 70%;
    -moz-opacity: 0.7;
    margin: 0px;
    position: absolute;
    background-color: #333333;
    visibility: visible;
	display: none;
	height: 100%;
	min-height: 100%;
	width: 100%;
	left: 0px;
	z-index: 20;
}

#imagelayer {
	position: absolute;
	top: 100px;
	left: 135px;
	width: 629px;
	text-align: center;
	z-index: 21;
	display: none;
}

#closeimage {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}