/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(/video/overlay/gray.png); 
	padding:40px;
     
    /* dimensions after the growing animation finishes  */ 
    width:520px;        
     
    /* initially overlay is hidden */ 
    display:none; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background:url(/video/overlay/close.png) no-repeat; 
    position:absolute; 
    right:5px; 
    top:3px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 

/*div.overlay a {
	height:352px;
	width:500px;
	display:block;
	margin:auto;
	margin-top:80px;
}*/

