.pano-bg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: 6500;
}

.pano-win {
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 6600;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url("../images/pano_loading.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px auto;
}

.pano-win-max {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}

.pano-win-min {
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	border-radius: 10px;
}

.pano-toolbox {
	position: absolute;
	display: block;
	top: 40%;
	right: 0px;
	width: 50px;
	z-index: 6700;
}

.pano-tool {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.pano-toolimg {
	display: block;
	border: 0px;
	margin: auto;
	width: 30px;
	height: 30px;
}

.pano-tooltxt {
	display: block;
	width: 100%;
	margin-top: 5px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}