#video-gallery {
    clear:both;
    padding:10px 0px 0px 0px;
    min-height:380px;
    _height:380px;
    background:url('../images/splash.png') no-repeat 105px 36px;
}
#video-gallery div.video-gallery-title {
    font-weight:bold;
    color:#D51D1D;
    padding:0px 0px 10px 0px;
    font-size:1.2em;
}
#video-gallery .clips {
    width:232px;
    float:left;
}
#video-gallery .clips a {
    display:block;
    background:url('../images/video-item-bg.png') no-repeat top left;
    margin:0px 0px 1px 0px;
    height:40px;
    color:#000;
    text-decoration:none;
}
#video-gallery .clips a:hover {
    text-decoration:none;
}
#video-gallery .clips a.playing {
    background:url('../images/video-item-pause.png') no-repeat top left;
    color:#FFF;
}
#video-gallery .clips a.paused {
    background:url('../images/video-item-play.png') no-repeat top left;
    color:#FFF;
}
#video-gallery .clips a span {
    display:block;
    padding:3px 10px 3px 10px;
}

#player {
    float:left;
    display:block;
    width:425px;
    height:299px;
}
#player img {
    border:none;
}

