@charset "utf-8";
/* CSS Document */
.close {
	height:42px;
	width:611px;
	background:url(../images/close_button.png) no-repeat top right;
	
}
.overlay {
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0.4;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}
#overlay_player {
}
#player_cont {
position:fixed;
background:url(../images/transparent.png) no-repeat;
width: 656px;
height: 526px;
padding:0px 42px 42px 42px;
vertical-align:center;
z-index:1999;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:1050px;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}