
div.player_overlay {
	padding:30px;	
	display:none;
}

a.player { 		
	display:block;
}


div.player_overlay div.close {
	background:url(flowplayer-close.png) no-repeat;
	position:absolute;
	top:-3px;
	right:0px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

img.player {
	cursor:pointer; 

}



/* styling of the container. */
div.simpleplayer-oldstyle {
	display:block;
	text-align:center;
	margin:0 0px 0px 0;
	border:2px solid #ebebeb;
}
a.simpleplayer-oldstyle {
	display:block;
	width: 100%;
	height:100%; 
}
/* play button */
a.simpleplayer-oldstyle img {
	background-repeat: no-repeat;
	background-position: top left;
	border:0px;
}
/* when container is hovered we alter the border color */
div.simpleplayer-oldstyle:hover {
	border:2px solid #999;
}


