/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 480px; 
    height:360px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    background-color:#000000;
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
    text-decoration: none;
}
