@charset "utf-8";
.pgewrapper{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 10;
}
.pgewrapper .pgemask{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
}
.pgewrapper .pgecontainer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 860px;
	height: 380px;
	display: none;
}
#promotion {
	display: none;
}
.pgewrapper .pgecontainer img{
	cursor: pointer;
}
