@charset "UTF-8";

#qBoxLayer{
	width:100%;
	height:100%;
	position:fixed;
	/* background:#000; */
	top:0;
	left:0;
	display:none;
	z-index: 1000;
	background: url("./img/bg_modal2.png") repeat top left #ffffff;
}

#qBoxContainer{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	background:#fff;
	margin-top: -1px;
	margin-left: -1px;
	width: 2px;
	height: 2px;
	z-index: 1100;
	background-color: transparent;
}

#qBoxClose{
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -280px;
  margin-left: 380px;
	cursor:pointer;
	z-index: 1200;
	width: 92px;
	height: 79px;
}
#qBoxPrev,
#qBoxNext{
	display:none;
	position: fixed;
	top: 50%;
	margin-top: 120px;
	cursor:pointer;
	z-index: 1200;
	width: 88px;
	height: 99px;
}
#qBoxPrev{
	left: 50%;
	margin-left: -420px;
}
#qBoxNext{
	right: 50%;
	margin-right: -420px;
}

#qBoxLoading{
	width:66px;
	height:66px;
	position:fixed;
	top:50%;
	left:50%;
	margin-top: -33px;
	margin-left: -33px;
	z-index: 1010;
	display: none;
}

#qBoxContent{
	width:100%;
	height:100%;
	border:none;
	margin:0;
	padding:0;
}

.qBoxFixed{
	width:100%;
	height: 100%;
	position: fixed;
}
