/* styling of the container. */ 
a.myPlayer {
	display:block;
	width: 800px;
	height:452px;
	text-align:center;
	margin:0 2px 2px 2px;
	border:0 solid #333;
}
 
/* play button */ 
a.myPlayer img { 
    margin-top:191px;
    border:0px; 
}
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover {
	border:0 solid #FFFF00;
}
