
/* styling of the container. */
a.myPlayer {
	display:block;
	width:100px;
	height:75px; 
	text-align:center;
	margin:0px 15px 0px 0;
	float:left;
	border:1px solid #999;
}
 
/* play button */
a.myPlayer img {
	margin-left:70px;
	margin-top:50px;
	border:0px;
}
 
/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #0000FF;
}

