#darkenScreenObject {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=20);
	opacity: 0.2;
	MozOpacity: 0.2;
	z-index: 25;
	background-color: white;
	width: 100%;
	height: 100%;
}
#overlayObject {
	position: absolute;
	z-index: 50;
	margin:auto;
	background: white url(../images/overlay_title_bg.jpg) left top repeat-x;
	color:black;
	border:1px solid #516576;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
}
#overlay_close {
    float:right;
    width:15px;
    height:15px;
    margin:5px;
    cursor:pointer;
    background: url(../images/b.gif) no-repeat 0 0;
}
#overlay_close:hover {
    background: url(../images/b.gif) no-repeat -15px -0;
}
#video_header {
    margin:0 3px 0 8px;
}
#video_description {
    float:left;
    font-size:12px;
    margin:5px 20px;
    width:500px;
}
#video_menu {
    margin:10px;
    padding:0 100px;
}
.video_button {
    border:1px solid;
    float:left;
    height:21px;
    margin-right:10px;
    padding:5px 10px;
}
#video_menu .video_button a {
    text-decoration: none;
    height:21px;
    color:#7B7768;
}
#video_menu .video_button a:hover, .video_button a:active {
    color:#9abd42;
}

#video_menu .active a {
    color:white;
    height:21px;
}

#video_menu .active a:hover {
    color:#7B7768;
    height:21px;
}
