/* overlay size and background image */
div.overlay {

	/*
	THIS ARE YOUR FULLSCREEN DIMENSIONS
	*/
	width:900px;
	height:550px;

	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.gif) 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:480px;
	width:640px;
	left: 130px;
	top: 35px;
}

/* absolute positioning of the player */
.player embed, .player object {
	position:absolute;

	/* layer as the topmost element */
	z-index:10000;
}
