/* Start of CMSMS style sheet 'Flowplayer' */
/* styling of the container. */ 
a.player{ 
    display:block; 
    width: 400px; 
    height:262px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.player img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.player:hover { 
    border:1px solid #000; 
}
/* End of 'Flowplayer' */

