/* styling for document container */ 
    div.OverviewVideoWrapper {
    height: 570px;
    width: 880px;
    margin: 10px auto 30px;
    position: relative;
    /*background: url('http://content2.longtailvideo.com/images/jw-player/jwplayer_overview_sprites.jpg?v=3.3.1') no-repeat 0 0; */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #333;
    box-shadow: 0 2px 10px #333, inset 0 1px 0 #707478;
    -moz-box-shadow: 0 2px 10px #333, inset 0 1px 0 #707478;
    -webkit-box-shadow: 0 2px 10px #333, inset 0 1px 0 #707478;
}

div.OverviewVideoWrapper {
    width: 880px;
    border-bottom: 1px solid #000;
    background: #d3d3d3;
    margin: 20px auto 30px;
    box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 10px #000;
    padding: 0 !important;
}

/* styling for video container */

    div.OverviewWrapper {
    height: 450px;
    width: 760px;
    margin: 10px auto 30px;
    position: relative;
    /*background: url('http://content2.longtailvideo.com/images/jw-player/jwplayer_overview_sprites.jpg?v=3.3.1') no-repeat 0 0; */
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #333;
    box-shadow: 0 2px 10px #333, inset 0 1px 0 #707478;
    -moz-box-shadow: 0 2px 10px #333, inset 0 1px 0 #707478;
    -webkit-box-shadow: 0 2px 10px #333, inset 0 1px 0 #707478;
}

div.OverviewWrapper {
    border-bottom: 1px solid #000;
    background: #d3d3d3;
    margin: 20px auto 30px;
    box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    -webkit-box-shadow: 0 0 8px #000;
    padding: 0 !important;
}