/* CSS Document */

#overlay{
		background: white none repeat scroll 0% 0%;
		display: none;
		position:absolute;
		top: 0pt;
		left: 0pt;
		z-index: 90;
		width: 100%;
		height: 500px;
		opacity:0.8;
	}
	#player11 {
		z-index:10000;
		position: absolute;
		left: 50%;
		padding:10px;
		top:50px;
		background-color:white;
		width:546px;
		height:358px;
		padding-bottom:30px;
		margin-left:-273px}
	#player11 a {
		float:right;
		color:grey;
	}
	#player11 h4 {
		color:#5A4C43;
		font-weight:bold;
		margin:0px;
		margin-bottom:5px;
		padding:5px;
	}