/* flash-video */

#flash-video {
	display: none;
	left: 50%;
	margin-left: -360px;
	position: absolute;
	top: 750px;
	width: 720px;
	z-index: 4000;
	}

.close_line {
	width: 100%;
	height: 26px;
	position: relative;
	background-color: #000000;
	overflow: hidden;
	}

#close-flash {
	width: 74px;
	height: 20px;
	display: block;
	float: right;
	top: -22px;
	right: 0px;
	margin: 2px 6px 0px 0px;
	padding-top: 4px;
	color: #666666;
	font: 9px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	background: #000000 url(videobox-btn-close.gif) right top no-repeat;
	cursor: pointer;
}

#close-flash:hover {
	color: #666666;
	}

#shadow {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	padding-bottom: 80px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3000;
}