.player, .player embed, .player object {
	display:block; 
	width: 400px; 
	height: 324px;
	/*need to add 24 px for controlls*/
}
	


/* overlay size and background image */ 
div.overlay {      
    /*  
        THIS IS YOUR FULLSCREEN DIMENSIONS 
    */ 
    width:822px;     
    height:607px;  
     
    background-image:url(/assets/images/kew-vid-bg.png); 
    display:none; 
} 

div.overlay .player embed, 
div.overlay .player object {
	display:block; 
    width:720px; 
    /*height:592px;*/
	height:568px;
	/*need to add 24 px for controlls*/
	border: none;	
	/*margin: 12px 15px;*/
	margin: 0;
	padding: 0;
}
div.overlay .player{
	display:block; 
    width:720px; 
    height:592px;
	border: none;	
	padding: 52px 0 0 50px;
	margin: 0;
	outline: none;	
} 
/* close button for overlay */ 
div.overlay div.close { 
   	background:url(/assets/images/kew-close.png) no-repeat;
    position:absolute; 
    top:22px; 
    right:20px;  
    width:39px; 
    height:39px; 
    cursor:pointer;
	outline: none;		
} 

/* absolute positioning of the player */ 
.player embed, .player object { 
    position:absolute;      
    /* layer as the topmost element */ 
    z-index:10000; 
}

