/* dimensions for both splash image and the player wrapper */
a.flowplayer, a.flowplayer img {
    display:block;
    // width:720px;
    // height:424px;
    border:1px;
}

/* play button on top of splash screen */
div.playButton {
    background:url(../image/play.png) no-repeat;
    width:50px;
    height:50px;
    position:relative;
    top:-212px;
    left:0px;
    opacity:0.9;
    margin-bottom:-50px;
}

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

/* Div surrounding video. */
div.video_canvas {
    border: thin black solid;
}

/* Decrease the height of the primary_navigation area as there are no tabs. */
div#primary_navigation {
   height: 0.5em !important;
   padding-bottom: 0 !important;
   border-bottom: 5px solid #565656;
   background-image: none;
   background-color: white;
}
