@charset "gb2312";
.ctrl-magnifier {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ctrl-magnifier-img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ctrl-magnifier-border {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 5px solid #FFF;
	opacity: 0.5;
}
#ctrl-magnifier-preview {
	position: absolute;
	z-index: 999999;
	background-image: url(bg.png);
	padding: 10px;
	display: none;
	color: #fff;
}
#ctrl-magnifier-preview img {
	display: block;
	max-width: 600px;
	-webkit-box-shadow: 0px 0px 10px 0px #008CFF;
	box-shadow: 0px 0px 10px 0px #008CFF;
}