/* the overlayed element */
div.overlayFLV {
	position:relative;
	width:380px;
	height:300px;
}

div.overlayFLVbg {
	position:absolute;
	top:35px;
	left:35px;
	/* dimensions after the growing animation finishes  */
	width:380px;
	height:300px;
}

/* default close button positioned on upper right corner */
span.close {
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:1000;
}