/* dimensios for both splash image and the player wrapper */
a.player, a.player img {
    display:block;
    width:456px;
    height:362px;
/*    border:0px; */
}
/* play button on top of splash screenn */
div.playButton {
    background:url(button-play.jpg) no-repeat;
    width:44px;
    height:44px;
    position:relative;
    top:-200px;
    left:220px;
    opacity:0.8;
    margin-bottom:-44px;
    cursor: pointer;
    cursor: hand;
}
/* play button upon mouseover */
div.playButton:hover {
    opacity:1.0;
}

