@charset "utf-8";

#m5ImgViewerBlocker {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.2);
}

.m5ImgViewerPrev {
	background-color: #999;
	box-shadow: 0 4px 12px black;
	-moz-box-shadow: 0 4px 12px black;
	-webkit-box-shadow: 0 4px 12px black;
}

#m5ImgViewerLoadingIcon {
	margin: -32px 0 0 -32px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000 url(m5imageviewerloading.gif) no-repeat center center;
	opacity: .8;
	filter: alpha(opacity=80);
}
#m5ImgViewerClose {
	margin: -10px 0 0 -10px;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(m5imageviewerclose.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}