/* Overlay */
/* overlay size and background image */
.tx-dkdflowerlay-pi1 div.overlay {
	/*
		THIS ARE YOUR FULLSCREEN DIMENSIONS
	*/
	width:800px;
	height:641px;

	background-image:url(http://static.flowplayer.org/img/overlay/petrol.png);
	display:none;
	padding: 0 !important;
}

/* close button for overlay */
.tx-dkdflowerlay-pi1 div.overlay div.close {
	background:url(apple-close.png) no-repeat;
	position:absolute;
	top:14px;
	right:7px;
	width:35px;
	height:35px;
	cursor:pointer;
}

/* original size of the player */
	.tx-dkdflowerlay-pi1 .flowerlay_player, .flowerlay_player embed, .flowerlay_player object,.flowerlay_player img  {
	position: static;
	display:block;
}

.tx-dkdflowerlay-pi1 .flowerlay_player {
	margin-bottom: 8px;
	margin-left: 8px;
}

/* absolute positioning of the player */
.tx-dkdflowerlay-pi1 .flowerlay_player embed, .flowerlay_player object {

	/* layer as the topmost element */
	z-index:10000;
}

.tx-dkdflowerlay-pi1 #flowerlay_desc {
	display:none;
	background: white;
	padding: 10px;
	font-family: arial;
	color: #404040;
}

.tx-dkdflowerlay-pi1 #flowerlay_desc.visible {
	display:block;
	z-index: 10000;	
}

