/* 동영상 박스 */

#civer_blockbox { position:fixed; top:0; left:0; width:100%; height:100%; background:#000; filter:alpha(opacity=50); opacity:.5; z-index:1000;}

#civerbox {
	position:absolute;
	z-index:1200;
	width:956px; height:624px; top:0; background:#000;  text-align:center; 
}

#civerbox .btnClose {
	position:absolute;
	top:0;
	right:2px;
	text-indent:-5000px; font-size:0;
	cursor:pointer;
	width: 10px;
	height: 9px;
	background: url(/css/vimeo_close.png) no-repeat;
}

#civerbox .titlebtn {
	position:absolute;
	top:0;
	left:2px;
	text-indent:-5000px; font-size:0;
	cursor:pointer;
	width: 96px;
	height: 10px;
	background: url(/css/mega_title.png) no-repeat;
}