
/* dimensios for both splash image and the player wrapper */


a.flowplayer, a.flowplayer img {

display:block;
width:320px;

height:240px;

border:0px;

}



/* play button on top of splash screenn */
div.playButton {

background:url(play.png) no-repeat;

margin-left: auto;
margin-right: auto;
position: relative;
top: 95px;
width:50px;

height:50px;

opacity:0.9;

}



/* play button upon mouseover */


div.playButton:hover {

opacity:1.0;

}

