#greyOutHolder
{
	_position:fixed;
	_width:100%;
	_height:100%;
	z-index:5;
	_zoom:1;
}
#greyOut{
	width:100%;
	height:110%;
	position:fixed;
	_position:relative;
	*position:fixed;
	margin-top:-50px;
	background:url(../images/50pcntBlack.png) repeat 0 0;
	_background:url(../images/50pcntBlack3.png) repeat 0 0;
	*background:url(../images/50pcntBlack3.png) repeat;
	display:none;
	z-index:2;
}
#greyOut > img { behavior: url(iepngfix.htc);}

#greyOut #panel{
	width:560px;
	height:350px;
	_z-index:5;
	margin-left:auto;
	margin-right:auto;
	margin-top:500px;
	background:white;
	*border:1px solid #888888;
	*padding:1px;
}
#greyOut > #panel > #player{
	width:500px; 
	margin:0 auto;
}

#close_btn a{
	margin-top:0px;
	margin-right:6px;
	background:url(../images/closelabel.gif);
	text-indent:-200em;
	float:right;
	display:block; 
	width:66px; 
	height:22px;
}