@charset "utf-8";

#overlay {
	display: block;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	-moz-opacity: 0.75;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#viewer {
	display: block;
	position: fixed;
	z-index: 110;
	width: 750px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-left: -375px;
	margin-top: -270px;
	overflow: auto;
}

#viewer img {
	display: block;
	width: 700px;
	margin: 0 auto;
}

#viewer img+img {
	margin-top: 15px;
}

#exit {
	display: block;
	position: fixed;
	z-index: 120;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-top: 285px;
	margin-left: -100px;
	text-align: center;
}

