
.VideoShowControl {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-radius: 10px 10px 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}
.VideoShowControl .VideoWrap {
}
.VideoShowControl .VideoHeader {
    background: url("images/thongbao.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 44px;
    width: 100%;
    left: -9px;
    position: relative;
}
.VideoShowControl .VideoHeader > span {
    color: #fff;
    font: bold 11pt/40px arial;
    padding-left: 50px;
    text-transform: uppercase;
}
.VideoShowControl .VideoWrap .Video {
    height: 200px;
    width: 100%;
}
.VideoShowControl .SubContainer {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
    text-align: right;
}
.VideoShowControl .SubContainer .Number {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.VideoShowControl .SubContainer .Number .VideoInfo {
    color: #222222;
    display: inline-block;
    font: bold 10pt arial;
    padding: 5px 0 0;
}
