/* the overlayed element */
div.overlay { position:absolute;padding-top:10em; top:0em; left:0; width:100%; height:100%; background:black;	z-index:10; -moz-border-radius:10px; display:none; }
/* default close button positioned on upper right corner */ div.overlay div.close { background:url(../images/overlay/apple-close.png) top right no-repeat; position:absolute; top:5px; right:5px; cursor:pointer; height:35px; width:35px; } a#player { display:block; position:relative; width:640px; height:360px; margin:0 auto; top:40px; }
