
.YoutubeVideoList {
    margin-bottom: 10px;
}
.YoutubeVideoList .ListVideo {
}
.YoutubeVideoList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.YoutubeVideoList li {
    background: url("Images/iv.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    margin: 5px 4px 0 5px;
    padding: 0;
}
.YoutubeVideoList .ListVideo .VideoItem img {
    display: none;
    float: left;
    height: 60px;
    margin-right: 10px;
    width: 80px;
}
.YoutubeVideoList li .title:hover {
    color: #0f6fa9;
}
.YoutubeVideoList li .title {
    color: #222;
    font: 10pt arial;
    padding-left: 25px;
}
.YoutubeVideoList .VideoHeader {
    display: none;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    padding-left: 15px;
}
.YoutubeVideoList .ListVideo > span {
    display: inline-block;
    margin: 10px 0 0;
    text-align: right;
    width: 100%;
}
.YoutubeVideoList .ListVideo > span .CurrentPage {
    font: bold 10pt arial;
}




