/*
NOT IE
*/
#videoOverlay
{
	height:100%;
	position:absolute;
	width:100%;
	z-index:2;
	display: none;
}
.overlayShade
{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	position:absolute;

}
