/* ===== VIDEO PLAYER OVERLAY ===== */

.vob_sprite { background-repeat: no-repeat; }

#video_bg {
	z-index:200;
	top:0;
	left:0;
	position:absolute;
	width:1242px;
	height:1000px;
	left:-10000px;
	background-color: transparent;
	overflow:hidden;
	filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}

#video_overlay {
	background-repeat: no-repeat;
	z-index:201;
	top:100px;
	position:absolute;
	display: none;
	width:572px;
	top:0;
	left:0;
}

#video_overlay_content {
	position:relative;
	padding: 10px;
}

#video_overlay h2 {
	margin:0px;
	font-size:14px;
	padding:0;
	color:#333;
	width:450px;
	cursor:move;
}		

#video_overlay_close {
	position:absolute;
	top:10px;
	right:10px;
}

#video_overlay_close img {
	background-position: 0 -80px;
	width:17px;
	height:17px;
}

#flashVideo_overlay {
	margin:15px 0;	
}

#video_player {
	z-index:400;
	width:480px;
	height:404px;
}

#video-content-youtube {
	display: block;
	margin: 15px 0;
}

#videoplayer-buttons {
	position:relative;
	height:19px;
}

#back_to_products, #go_to_videoblog {
	font-size: 11px;
	color:#fff;
	line-height:19px;
	cursor:pointer;
}

#back_to_products {
	position:absolute;
	top:0;
	left:0;
}

	.vob_gtp_begin {
		background-position: 0 0;
		height:19px;
		width:22px;
		float:left;
	}
	
	.vob_gtp_text {
		background-position: -22px 0;
		float:left;
	}
	
	.vob_gtp_end {
		background-position: -388px 0;
		height:19px;
		width:12px;
		float:left;
	}

#go_to_videoblog {
	position:absolute;
	top:0;
	right:0;
	display:none;
}

	.vob_gtvb_begin {
		background-position: -378px -40px;
		height:19px;
		width:22px;
		float:right;
	}

	.vob_gtvb_text {
		background-position: -12px -40px;
		float:right;
	}
	
	.vob_gtvb_end {
		background-position: 0 -40px;
		height:19px;
		width:12px;
		float:right;
	}

#go_to_videoblog:hover {
	color:#FFF;
}

