/* overlay size and background image */
div.overlay {
	
	/* 
		THIS IS YOUR FULLSCREEN DIMENSIONS
	*/
	width:800px;	
	height:641px; 
	
	background-image:url(/video/flowplayer/petrol.png);
	display:none;	
	padding: 0 !important;
}

/* close button for overlay */
div.overlay div.close {
	background:url(/video/flowplayer/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

/* original size of the player */
#player, #player embed, #player object {
	height:336px;
	width:448px;
}

/* absolute positioning of the player */
#player embed, #player object {
	position:absolute;
	
	/* layer as the topmost element */
	z-index:10000;
}
