
.VideoListControl {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    height: 139px;
    margin: 0 0 10px;
    overflow: scroll;
    padding: 0;
}
.VideoListControl .VideoListWrap {
}
.VideoListControl .PagerWrap {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.VideoListControl .PageLabel {
    display: none;
}
.VideoListControl .PagerWrap .CurrentPage {
    color: #222222;
    display: inline-block;
    font: bold 10pt arial;
    padding: 0 5px;
}
.VideoListControl .Container {
    list-style: outside none none;
    margin: 0;
    padding: 10px 10px 10px 5px;
}
.VideoListControl .Container .Item {
    background: rgba(0, 0, 0, 0) url("images/icon-video.gif") no-repeat scroll left center;
    border-bottom: 1px dashed #e0e0e0;
    padding: 5px 0 5px 25px;
}
