.VideoShortListControl {
}

.VideoShortListControl .imgContainer {
    display: inline;
    float: left;
    width: 320px;
    height: 240px;
    line-height: 225px;
    margin: 0 0 1em 0;
    background: #000000;
}

.VideoShortListControl ul {
    display: block;
    margin: 0;
    padding: 0;
}

.VideoShortListControl li.imgContainer {
    list-style-type: none;
    display: inline;
    float: left;
    width: 157px;
    height: 115px;
    line-height: 115px;
    margin: 0 0 10px 10px;
    background: #000000;
}

.VideoShortListControl a {
    text-decoration: none;
}

.VideoShortListControl a:hover {
    text-decoration: underline;
}
