#flowplayer-spots a.myPlayer { 
					text-align:center;
					margin-top:2px; 
					border:1px solid #999;
					width:258px;
					height:211px; 
					display:block;
					text-align:center;
				} 
				 
				/* play button */ 
#flowplayer-spots a.myPlayer img { 
					margin-top:43px; 
					border:0px; 
				} 
				 
				/* when container is hovered we alter the border color */ 
#flowplayer-spots a.myPlayer:hover { 
					border:1px solid #000; 
				}

