



/*-----------------------------------------------------------------------------------------------
  Flash floating player styling
-----------------------------------------------------------------------------------------------*/

.floating_player
{
display:block;
position:absolute;
z-index:500;
width: 1080px;
min-width: 1080px;
height: 525px;
margin:auto;
font-size:12px;
padding-top:0px;
text-align: center;
cursor: pointer;
background:#fff;
}

.floating_player_iframe
{
text-align: center;
padding:10px;
}



#content_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 249;
	width: 100%;
	height: 1px;
}


div.close_instruct {
	color: #000;
	float: right;
	cursor: pointer;
	font-size: 18px;
	width:30px;
height:30px;
	padding-top: 4px;
}

