/* styling of the container. */
#player{
	float: left;
	width: 450px;
	height:270px; 
	background:#bbb;
	border: 1px solid #ccc;
}
a.myPlayer {
	
	display:block; 
	float: left;
	width: 450px;
	height:270px; 
	text-align:center;
	margin:0 0 0 0;
	position: relative;
	z-index:999;
}
	a.myPlayer span
	{
		display:none;
	}
	
a.myPlayer:active { 	outline:none; }
a.myPlayer:focus   { -moz-outline-style:none; }

/* play button */
a.myPlayer img {
	margin-top:90px;
	border:0px;
}
