#flashLayer {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	position:fixed !important;
	position: absolute;

}
#flashCover {
	position:fixed !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
}
#flashLayer object, #flashLayer embed {
	margin: -265px 0 0 -265px;
	position: absolute;
	top: 50%;
	left: 50%;
}