#overlay {
	background-color:#000;
	position:absolute;
	opacity:.8;
	filter:alpha(opacity=80);
}
#videobox {
	position : absolute;
	width : 496px;
	padding : 5px;
	height : 440px;
	background-color : #000000;
	background-position : left;
	background-repeat : repeat-y;
	color : #fff;
	font-size : 120%;
}
#videoboxClose img {
	float:right;
}
#videoboxClose {
	display:block;
	padding:8px;
	text-align:right;
	width : 480px;
	height : 22px;
}
#videoboxPlayer {
	margin : 0 0 5px 0;
	clear : both;
}
#videoboxCaption {
	width : 476px;
	height : 50px;
	padding : 0 20px 0 0;
	overflow : auto;
	margin : 0;
	text-align : justify;
}
#videoboxDownload {
	float : left;
	display : none;
	margin : 10px 0 0 0;
	color : #fff;
}
#videoboxTranscript {
	float : right;
	display : none;
	margin : 10px 0 0 0;
	color : #fff;
}
