a.myPlayer { 
    display:block; 
    width: 550px; 
    height:437px;  
    text-align:center; 
    margin:0 15px 15px 0;
    border:1px solid #000; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:194px; 
    border:1px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}
