/* styling of the container. */ 
a.portfolioPlayer { 
    display:block; 
    width: 574px; 
    height:323px;
} 
 
/* play button */ 
a.portfolioPlayer img {
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
/*
a.portfolioPlayer:hover { 
    border:1px solid #000; 
}
*/
