#video_button {
	position:absolute;
	z-index:2;
	top:430px;
	left:50%;
	margin-left:321px;
	height:28px;
	width:140px;
	background-image: url('/img/play_video.gif');
	cursor:pointer;
}

#video_button_text {
	position:absolute;
	padding:0px;
	margin:0px;
	top:27px;
	font-family: arial;
	font-size:9px;
	color: #ffffff;
	font-weight:bold;
}


#video_shade {
	position:absolute;
	display:none;
	cursor: default;
	top: 0px;
	left: 0px;
	z-index: 9998;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url('/img/vid_overlay.png') repeat;
}
*+html #video_shade {
	background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/img/vid_overlay.png", sizingMethod="scale");
}
* html #video_shade {
	background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/img/vid_overlay.png", sizingMethod="scale");
}	
#video_box {
	position:absolute;
	display:none;
	z-index:9999;
	top: 80px;
	left: 50%;
}
#video_player {
	position:relative;
	display:none;
	z-index:23;
	width:720px;
	height:445px;
	margin-left:-350px;
	/*
	margin:-200px 0px 0px -360px;
	*/
}

#video_close {
	cursor: pointer;
	position: absolute;
	top: -4px;
	right: 0px;
	display: none;
	/*margin: 5px 0px 0px 260px;*/
	height: 16px;
	width:20px;
	/*background: url('/img/video_close.png') right top no-repeat !important;*/
	background: url('/img/video_close.gif') right top no-repeat; /* IE6 only */
}

#video_close a {
	display: block;
	cursor: pointer;
	padding-right: 22px;
	line-height: 16px;
	text-align: right;
	font-family: arial;
	font-size:9px;
	color: #ffffff;
	font-weight:bold;
}

#video_close a:hover {
	text-decoration: none;
}
