

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

#LV .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;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

