	/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(http://static.flowplayer.org/img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:648px;
	height:500px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding: 90px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/images/r1/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#apple {
	background-image:url(http://static.flowplayer.org/img/overlay/apple.png);
	color:#fff;
	width: 648px;
	height: 500px;
}

#flash {
	width:648px;
	height:480px;
	background-color:#333;
	border:1px outset #000;
	text-align:center;
	cursor:pointer;
}