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

/*------------------------------------------------
demo-movie
------------------------------------------------*/

div#contentsWrap div.contentsBox .dmBox {
	overflow: hidden;
	margin-bottom: 5px;
}
div#contentsWrap div.contentsBox p {
	text-align: center;
}
div#contentsWrap div.contentsBox .dmBox .fl {
	width:330px;
}
div#contentsWrap div.contentsBox .dmBox .fr {
	width:330px;
}
div#voverlay {
	width:760px;
	height:480px;
	display:none;
	padding:35px;
	background: url(../img/white.png);
}
div#voverlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:35px;
	width:35px;
}
div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(../img/loading.gif) no-repeat 50% 50%;
}
