/* dimensions for both splash image and the player wrapper */ 
a.flowplayer, a.flowplayer img { 
    display:block;                 
    width:300px; 
    height:245px; 
    border:0px;         
} 
 
/* play button on top of splash screen */ 
div.playButton { 
    background: transparent url(../images/play.png) no-repeat; 
    width:50px; 
    height:50px; 
    position:relative; 
    top:-150px; 
    left:0px;     
    opacity:0.9; 
    margin-bottom:-50px; 
} 
 
/* play button upon mouse over */ 
div.playButton:hover { 
    opacity:1.0;        
    cursor:pointer; 
}
  