#video_{
	margin:0px auto;
	width:520px;
}
/* styling of the container. */
a.myPlayer {
	display:block;
	width: 520px;
	height:352px;
	text-align:center;
	/*margin:0px 10px 10px 0px;*/
	/*margin:0px auto;*/
	float:left;
	border:1px solid #999;
	
}
/* play button */ 
a.myPlayer img {
	margin-top:70px;
	border:0px;
}
/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}
