
/* dimensios for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img
{
    display: block;
    width: 380px;
    height: 260px;
    border: solid 1px #E1E1E1;
}

/* play button on top of splash screenn */
div.playButton
{
    background: url(play.png) no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    top: -90px;
    left: 165px;
    opacity: 0.9;
    margin-bottom: -50px;
}

/* play button upon mouseover */
div.playButton:hover
{
    opacity: 1.0;
}
div.title 
{
    position: relative;
    top: 80px;
    left: 140px;
    font-size: 14px;
    display: block;
    width:360px;
}
