/* overlay size and background image */
div.overlay {

	/*
	THIS ARE YOUR FULLSCREEN DIMENSIONS
	*/
	width:790px;
	height:475px;

	background:#121212;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	display:none;
	padding: 0 !important;
}
/* close button for overlay */
div.overlay div.close {
	background:url(flow/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:405px;
	width:720px;
}

/* absolute positioning of the player */
.player embed, .player object {
	position:absolute;
	top:35px;
	left:35px;
	/* layer as the topmost element */
	z-index:10000;
}
