* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body, #ipfs, #ipfs-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.off-left {
	overflow: hidden;
	position: absolute;
	left: -5000px;
	width: 0;
	height: 0;
	font-size: 0;
}
#cp {
	overflow: visible;
	position: absolute;
	z-index: 5000;
	width: 100%;
	height: 1px;
	padding: 0; /* 7px 0 */
	visibility: hidden;
}
#finder {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
}
#finder-wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
#finder-wrapper div {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img_design/spacer.gif) repeat;
}
#finder-wrapper img {
	display: none;
	position: absolute;
	font-size: 0;
}
#finder-wrapper #imgzoom-1 {
	width: 100%;
	height: 100%;
}
#cp h1 {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 200px;
	height: 28px;
	margin: 0 0 0 -100px;
	padding: 0;
	text-shadow: #333 1px 1px 1px;
	color: #eee;
	font-size: 18px;
	font-family: Osaka, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	line-height: 28px;
}
#cp .zs-1,
.zs-1 #zoom_status {
	background-position: 0 0;
}
#cp .zs-2,
.zs-2 #zoom_status {
	background-position: 0 -15px;
}
#cp .zs-4,
.zs-4 #zoom_status {
	background-position: 0 -30px;
}
#cp div.zs-8,
.zs-8 #zoom_status {
	background-position: 0 -45px;
}
#cp .zs-16,
.zs-16 #zoom_status {
	background-position: 0 -60px;
}
#cp .zs-32,
.zs-32 #zoom_status {
	background-position: 0 -75px;
}
#cp .zs-64,
.zs-64 #zoom_status {
	background-position: 0 -90px;
}
#cp .zs-128,
.zs-128 #zoom_status {
	background-position: 0 -105px;
}
#zoom_status {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 30px;
	height: 0px;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 0;
	background-image: url(../img_design/status.gif);
	background-repeat: no-repeat;
}
#zoom_minmax {
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 0;
	width: 30px;
	height: 0;
	margin: 0;
	padding: 15px 0 0 0;
	background-image: url(../img_design/status.gif);
	background-repeat: no-repeat;
	line-height: 20px;
}
#cp .mm-min {
	background-position: 0 -150px;
}
#cp .mm-max {
	background-position: 0 -135px;
}
#slide-track {
	overflow: visible;
	width: 200px;
	height: 15px;
	margin: 0 0 0 40px;
	font-size: 0;
}
#slide-handle {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
}
#atzoom {
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 0;
	margin: 0 0 0 -20px;
	padding: 15px 0 0 0;
	background: url(../img_design/status.gif) no-repeat 0 -120px;
}
.webzoom-dragging {
	cursor: move !important;
}
.webzoom-debug #finder {
	border: 1px solid #39c;
}
