#allButtonsOverlay {
	width: 945px;
	padding: 5px;
	border: none;
	position:absolute;
	top:20px;
	left:10px;
	height: 50px;
	display: none;
	z-index: -2;
	background: green;
}
#buttonsLeftOverlay {
	width: 400px;
	border: none;
	position:absolute;
	left: 0px;	
	z-index: +1;
	top: 20px;
	left: 15px;
	display:none;
}

#buttonsRightOverlay {
	padding: 5px;
	border: none;
	position:absolute;
	top: 20px;
	left: 920px;
	z-index: +1;
	display:none;
}



.BrightcoveExperience {
	display:block;
	width:960px;
	height:540px;
}

img {
	border: none;
