/**************************** CSS for flash player ****************************/
.greyBox {
	background-color: #000000;
	opacity: 0.40;
	filter: alpha(opacity=40);
	z-index: 0;
	position:absolute;
	left:0px;
	top:0px;
	height:2150px;
	width:100%;
}

.flashPlayer {
	/*background-color: #ffffff;*/
	z-index: 0;
	width:100%;
	position:absolute; 
	top:50px; 
	left:0px; 
}
/******************************************************************************/

