@charset "euc-kr";
/* CSS Document */



#play {position:absolute; width:100%; height:100%; left:0; margin:0 auto; top:0; z-index:3800;}
.vi_box {
	position: absolute;
	margin:-180px 0 0 -320px;
	top:50%;
	left:50%;
	width:640px; 
	height:360px;
}

#lightbox-close{
	z-index:4000;
	position: absolute;
	top: -36px;
	right: -36px;
	width: 40px;
	height: 40px;
	background: url("../img/lightbox-close.png") 0 0 no-repeat;
	cursor: pointer;
}

#lightbox-overlay {
	display:block; 
	background-color:#000; 
	opacity:0.9; 
	cursor:pointer; 
	height:100%; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}