#videoContainer {
	position: absolute;
	overflow: visible;
	left: -403px;
	top: 135px;
	height: 310px;
	z-index: 50;
	background: url(/media/images/interface/video-tab.png) no-repeat 0 0;
}
#videoTab {
	float: left;
	width: 38px;
	height: 87px;
	background: url(/media/images/interface/video-tab.png) no-repeat 0 0;
}
#videoPresentation {
	float: left;
	background-color: #333;
	height: 295px;
	padding-top: 15px;
	width: 388px;
	padding-left: 15px;
}
#videoContainerClose {
	position: relative;
	z-index: 100;
	height: 30px;
	width: 30px;
	top: -10px;
	left: -10px;
	background: url(/media/images/interface/overlay-close.png) no-repeat;
}
