@charset "utf-8";
/* CSS Document */
.zoombox {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 200;
	top: 0%;
	background-image: url(zoom.png);
	display: none;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0px;
	cursor: pointer;
}
.blackBg {
	background-color: #000;
	position: relative;
	z-index: 0;
}
.whiteBg {
	background-color: #FFF;
	position: relative;
	z-index: 0;
}
.relativeBox {
	position: relative;
	z-index: 0;
}
.relativeBox img {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
}
.borderBox {
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	border: 5px solid #FFF;
}
