﻿#videoClipMini
{
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
#videoClipMini .videoTitle
{
    background-color: #EFF0F4;
    background-image: url("Images/bg_title.gif");
    background-position: right;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    height: 25px;
    text-indent:10px;
    width: 100%;
    padding-top:10px;
}
#videoClipMini .videoList
{
    clear: both;
    text-align:right;
}
