/* dimensios for both splash image and the player wrapper */ 
a.flowplayer, a.flowplayer img { 
    display:block;                
    width:480px; 
    height:360px; 
    border:0px;
               
} 
 
/* play button on top of splash screenn */ 
div.playButton { 
    background:url(play.png) no-repeat; 
    width:50px; 
    height:50px; 
    position:relative; 
    top:-200px;
    left:210px; 
    margin-bottom:-50px;
    opacity:1.0; 

} 
 
/* play button upon mouseover */ 
div.playButton:hover { 
    opacity:1.0;         
}
