/* styling of the container. */
a.player {
    display:block;
    width: 100%;
    height:200px;
    text-align:center;
    float:left;
    border:0px solid #999;
}

/* when container is hovered we alter the border color
a.player:hover {
    border:1px solid #000;
}
*/

/* play button */
a.player img 
{
    margin-top:35%;
    width:50px;
    border:0px    
}

