@charset "utf-8";
/* CSS Document */

.pop-wrap,.pop-inner,.pop-content,.pop-masklayer,.pop-gctrl,.pop-close,.pop-prev,.pop-next,.pop-expand,.pop-loader,.pop-error{margin:0;padding:0}
.pop-wrap{-webkit-transform:translateZ(0);position:fixed;left:0;top:0;z-index:10000002;width:100%;height:100%;/*overflow:hidden;*/_position:absolute;display:none}
.pop-inner{position:relative;top:50%;_top:0;border-radius:5px;zoom:1}
.pop-content{visibility:hidden;width:100%;height:100%}
.pop-masklayer{
	-webkit-transform:translateZ(0);
	position:fixed;
	left:0;
	top:0;
	z-index:19;
	width:100%;
	height:100%;
	_position:absolute;
	opacity:.95;
	filter:alpha(opacity=95);
	display:none;
	background-color: #000;
}
.pop-close{
	position:absolute;
	cursor:pointer;
	z-index:1;
	right:-70px;
	top:-50px;
	width: 75px;
	height: 75px;
	display: block;
	background-image: url(imgg/close.png);
	background-repeat: no-repeat;
}
