a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 0px 0px 0;
	float:left;
	border:1px solid #541625;
}

/* play button */
a.myPlayer img {
	margin-top:19px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #A24F3D;
	background-color: #873D4C;
}

