

/*
    greenish: #3aaeb8
*/
#LiveVideos {
}

#LiveVideos .headline {
    /* background: url(../img/title/LV_Latest_Videos_HL.png) no-repeat; */
    height: 50px;
    width: 284px;
    padding: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #888;
    position: relative;
    line-height: 32px;
}

#LiveVideos .headline .options {
    float: right;
    /* width: 70px; */
    height: 10px;
    margin-top: 30px;
}

#LiveVideos .options span {
    width: 10px;
    height: 10px;
    background: white;
    border: 1px solid #3aaeb8;
    display: inline-block;
    margin-left: 2px;
}

#LiveVideos .video {
    width: 285px;
    background: #3aaeb8;
    margin-top: 16px;
    margin-bottom: 13px;
}

#LiveVideos .title {
    margin-bottom: 12px;
}

#LiveVideos .text {
    border-bottom: 1px solid #888;
    margin-bottom: 16px;
}


#LiveVideos .title .band {
    font-size: 20px;
    font-weight: bold;
    color: #3aaeb8;
    line-height: 20px;
    margin-bottom: 4px;
}

#LiveVideos .title .album {
    font-size: 16px;
    font-weight: normal;
    color: #3aaeb8;
    line-height: 16px;
    margin-bottom: 3.2px;
}

#LiveVideos .video-cover {
    width: 285px;
    height: 185px;
    margin-top: 16px;
    margin-bottom: 13px;
    overflow: hidden;
}

#LiveVideos .title .track {
    font-size: 16px;
    font-weight: normal;
    color: #3aaeb8;
    line-height: 16px;
    margin-bottom: 3.2px;
}

#LiveVideos .title .formats {
    font-size: 11px;
    font-weight: normal;
    color: #383b3e;
    line-height: 1em;
    margin-bottom: 2.2px;
}

#LiveVideos p {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 16px;
}

#LiveVideos p a {
    color: #3aaeb8;
}

#LiveVideos .section-link {
    margin-bottom: 16px;
}

#LiveVideos cite {
    font-style: normal;
    font-size: 11px;
    color: #3aaeb8;
}


#LiveVideos .others span {
    width: 88px;
    height: 88px;
    background: #add6d4;
    border: 2px solid #3aaeb8;
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
}

#LiveVideos .others span img {
    width: 88px;
}

#LiveVideos .video-marquee {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 285px;
}

#LiveVideos #video-marquee-live-video {
    width: 285px;
    overflow: hidden;
    height: 200px;
    position: relative;
}

#LiveVideos #video-marquee-live-video #track-live-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 855px;
}

