

/* styling of the container. */
a.myPlayer {
	display:block;
	width: 220px;
	height:164px; 
	text-align:center;
	margin:0 10px 10px 0;
	float:left;
	border:2px solid #48606a;
}

/* play button */
a.myPlayer img {
	margin-top:90px;
	margin-left:135px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:2px solid #48606a;
}

