body {
	
}

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