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