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