@charset "utf-8";
/* CSS Document */

#Overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 300%;
	background-color: black;
	z-index:3;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#ImageBox {
	display: none;
	border: 5px solid #CCCCCC;
	position: absolute;
	z-index: 1002;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	top: 20px;
	left: 50%;
}