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