#greyLayer {
	background-color:black;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	z-index:100;
}
#videoMain{
	margin-top:121px;
	width:100%;
	position:absolute;
	z-index:101;
}
#videoMain #videoContainer{
	width:951px;	height:535px;
	margin:0 auto;
	background-color:white;
	position:relative;
}
#videoMain #videoPlayer{
	padding:9px;
	background:url(../images/video.jpg) no-repeat 9px 9px;
	width:933px; height:517px;
}
#videoMain #videoTeaser{
	background:url(../images/video_06.png) no-repeat left top;
	width:608px;	height:37px;
	position:absolute;
	top:487px;	left:-11px;
	font-size:16px;	color:white;	text-indent:11px;	line-height:28px;
}
#videoMain #videoTeaser span{
	color:#031319;
}
#videoMain #closeVideoLayer{
	background:url(../images/close.png) no-repeat;
	width:32px;	height:22px;
	position:absolute;
	right:23px;	bottom:-16px;
}
#videoMain #langueVideoLayer{
	background:url(../images/clang.png) no-repeat;
	width:32px;	height:22px;
	position:absolute;
	right:55px;	bottom:-16px;
}
#videoMain #langueVideoLayer2{
	background:url(../images/clang-2.png) no-repeat;
	width:32px;	height:22px;
	position:absolute;
	right:55px;	bottom:-16px;
}
#videoMain #videoBanner{
	position:absolute; bottom:-45px; left:32px;
}
