#wrapper #hp_cols #youtubeplayeroverlay {
	display:none;
	/*background-color:#ffffff;*/
	background-image: url(/common/images/semidark.png);
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 70;
	width: 100%;
	height: 100%;
}
#youtubeplayer {
	z-index:70;
	position:absolute;
	top:40px;
	left:0px;
}
.youtubeplayerbox {
	position:relative;
	z-index:1;
}
#wrapper #youtubeplayer .youtubeplayerbox .youtubeplayercontrol {
	z-index:1;
	position:absolute;
	right:-40px;
	top:-25px;
	height:444px;
	width:700px;
	background-color:#FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
.youtubeplayerbox object, .youtubeplayerbox object embed {
	position:relative;
	z-index:2;
}
#youtube_bg_feed {
	background-color:transparent;
	overflow-x:hidden;
	position:absolute;
	bottom:10px;
	z-index:80;
	display:none;
	width:100%;
	float:left;
	padding-top:10px;
	margin:0px;
	left:0px;
	height: 200px;
	line-height: 1.2em;
}
#youtubevidfeed {
	height:170px;
	padding-top: 10px;
	margin:auto;
	background-color:#E0E0E0;
	border-bottom-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color:#999;
	border-bottom-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
#youtubevidfeed img {
	width:120px;
	padding:0;
	cursor:pointer;
}
#youtubelighboximage {
	display:block;
	min-width:20px;
	min-height:20px;
	cursor:pointer;
}

#youtube_lightbox_close {
	position:absolute;
	right: -60px;
	top: -40px;
	z-index:100;
	cursor:pointer;
}
.youtubethumb {
	display:block;
	height:90px;
}
.video_thumb {
	width:120px;
	float:left;
	padding:0px 10px 0px 10px;
}
.video_thumb_title {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 85%;
	font-weight:700;
	overflow:hidden;
	line-height:1.1em;
	color:#333333;
	display:block;
	padding:2px 2px 0;
	width:116px;
	height:77px;
	cursor:pointer;
}
.video_thumb .thumb {
	display:block;
}
.thumb_bar {
	cursor:pointer;
}
.thumb_bar:hover {
}
