/*Flowplayer*/
div.overlay {
	
	width:595px !important;
        height:500px !important;
        width:645px;
        height:530px;
        padding:30px;
	display:none;
	background-image:url(../images/white.png);
        
}

div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}

div.overlay a {
	height:450px;
	display:block;
}