
div.overlay {
	background:url(/gorstal/images/player/whiteS.png) no-repeat;
	padding:30px;	
	width:600px;  
	display:none;
	margin: 0 auto;
}

div.overlay div.close {
	background:url(/gorstal/images/player/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
	
}

a.player { 		
	display:block;
	height:360px;	
	left: 0px;
	top:0px;
	margin:0px;
}


