.video{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:600px;
	height:500px;
	margin-top:-230px;
	margin-left:-250px;
	background-color:#fff;
	z-index:999999;
	box-shadow:0 0 15px #fff;
	border-radius:8px;
	behavior:url(/public/iecss3/PIE.htc);
}
.video .videoBox{
	position:relative;
	width:100%;
	height:100%;
	background:url(../images/loading_big.gif) center no-repeat;
}
.video .videoBox .close{
	position:absolute;
	top:-20px;
	right:-20px;
	width:24px;
	height:24px;
	font-size:24px;
	font-weight:bold;
	border:3px solid #eee;
	color:#eee;
	text-align:center;
	line-height:24px;
	border-radius:50%;
	background-color:#888;
	cursor:pointer;
	box-shadow:0 0 8px #fff;
	behavior:url(/public/iecss3/PIE.htc);
}
.video.show{display:block;}
.video .videoBox .CuPlayer{
	position:relative;
	width:584px;
	height:484px;
	padding:8px;
}