/* styling of the left container 1. */
a.myPlayer-l1 {
	display:block;
	width: 250px;
	height:175px; 
	text-align:center;
	margin:0 12px 12px 0;
	float:left;
	border:solid 1px #999;
}

/* left container 1 play button */
a.myPlayer-l1 img {
	margin-top:40px;
	border:0px;
}

/* when left container 1 is hovered we alter the border color */
a.myPlayer-l1:hover {
	border:1px solid #000;
}

/* styling of the right 1 container. */
a.myPlayer-r1 { display:block; width: 250px; height:175px; text-align:center; float:left; margin-top: 0; margin-bottom: 12px; margin-left: 0; border:solid 1px #999; }

/* right container 1 play button */
a.myPlayer-r1 img {
	margin-top:40px;
	border:0px;
}

/* when right container 1 is hovered we alter the border color */
a.myPlayer-r1:hover {
	border:1px solid #000;
}

/* styling of the left container 2. */
a.myPlayer-l2 {
	display:block;
	width: 250px;
	height:175px; 
	text-align:center;
	margin:0 12px 12px 0;
	float:left;
	border:solid 1px #999;
}

/* left container 2 play button */
a.myPlayer-l2 img {
	margin-top:40px;
	border:0px;
}

/* when left container 2 is hovered we alter the border color */
a.myPlayer-l2:hover {
	border:1px solid #000;
}

/* styling of the right 2 container. */
a.myPlayer-r2 { display:block; width: 250px; height:175px; text-align:center; float:left; margin-top: 0; margin-bottom: 12px; margin-left: 0; border:solid 1px #999; }

/* right container 2 play button */
a.myPlayer-r2 img {
	margin-top:40px;
	border:0px;
}

/* when right container 2 is hovered we alter the border color */
a.myPlayer-r2:hover {
	border:1px solid #000;
}