
/* the overlayed element */
div.overlay {
	
	/* growing background image */
/*	background-image:url(../images/video/white.png);
*/	
	/* dimensions after the growing animation finishes  */
/*	width:600px;
	height:470px;		
*/	
	/* initially overlay is hidden */
/*	display:none;
*/	
	/* some padding to layout nested elements nicely  */
/*	padding:55px;
*/}

/* default close button positioned on upper right corner */
/*div.overlay div.close {
	background-image:url(../images/video/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

ul li div.overlay {
	position: static!important;
}*/

div.overlay {
	background:url(../img/video/white2.png) no-repeat;
	padding:40px;	
	width:476px;  
	display:none;
}

div.overlay div.close {
	background:url(../img/video/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player { 		
	display:block;
	height:350px;			
}

img.play {  border: 0!important; position: absolute; top: 36px; left:55px; width: 44px!important; height: 44px!important; behavior: url(iepngfix.htc);}

.overlay embed { margin-left: 26px;}