div.overlay {
	padding:30px;	
	width:400px;  /* původní width:320px; */
	background:url(http://www.powergoalgame.cz/flowplayer-source/transparent.png) no-repeat;
	display:none;
	color:#efefef; 
}
 
div.overlay div.close {
	background:url(http://www.powergoalgame.cz/flowplayer-source/close.png) no-repeat;
	position:absolute;
	top:-5px;
	right:-3px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 
div.overlay a { 		
	display:block;
	height:225px; /* původní height:240px; */
}
div.minivideo {
 	width: 160px;
	border-style:solid;
	border-width:0px;
	border-color:#0544B7;
	background-color:#d0e1fd;
	margin:auto;
	margin-top:30px;
	margin-bottom:25px;
	padding-top: 0px;
	padding-bottom: 15px; 
	text-align: center;
 }



