/* GENERAL STYLES */
/*      overlay dimensions are defined with CSS. this tool detects them dynamically       and resizes the background image correspondingly */ 
#player2 
{         
width:500;          
/* overlay is initially hidden */     
display:none;     
}  
/*      close button (div.close element) is auto-generated by default.      here it is positioned on top-right corner  */ 
#player2 div.close 
{     
background:url(/images/close.png) no-repeat;     
position:absolute;     
top:15px;     
right:10px;     
width:33px;     
height:33px;     
cursor:pointer;     
}  
/*      the actual content is moved little bit inside so that it doesn't overlap     with the drop shadow in the overlayed image */ 
#player2 p 
{     
color:#567;     
font-size:50px;     
margin:110px 135px; 
}

/* EDITOR PROPERTIES */
