@charset "utf-8";
/* CSS Document */

#video {
	position:absolute;
	height:309px;
	width:682px;
	top:339px;
	left:42px;
	z-index:2002;
}
#video iframe {
	width:682px;
	height:309px;
	border:0px;
}
.hideVid {
	display:none;
}
.showVid {
	display:inherit;
}
#video_close {
	position:absolute;
	height:20px;
	width:682px;
	top:317px;
	left:42px;
	z-index:2002;
	background-image:url(video_title.gif);
}
#video_close p {
	margin:5px;
	line-height:10px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
