.video-holder {
    background: #1b1b1b;
    padding: 0;
}
.centered {
    width: 928px;
    margin: 5px auto 0;
}

.playlist-components, .mv_playlist-components{
/*    height: 264px; */
    width: 31%;
}
.video-js, .playlist-components, .mv_playlist-components {
    display: inline-block;
    vertical-align: top;
}
.button-holder {
    padding: 7px;
    height: 36px;
    color: #FFF;
}

.playlist, .mv_playlist{
/*    height: 220px; */
    width: 100%;
    overflow-y: auto;
    color: #c0c0c0;
    border-radius: 8px;
    display: block;
    margin: 0;
    padding: 1px 0 0 0;
    position: relative;
    background: -moz-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000),color-stop(19%,#212121),color-stop(100%,#212121));
    background: -o-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: -ms-linear-gradient(top,#000 0,#212121 19%,#212121 100%);
    background: linear-gradient(to bottom,#000 0,#212121 19%,#212121 100%);
    box-shadow: 0 1px 1px #1a1a1a inset,0px 1px 1px #454545;
    border: 1px solid #1a1a18;
}

#next {
    float: right;
}

#prev {
    float: left;
}

#prev, #next {
    cursor: pointer;
    font-weight: normal;
}

.playlist ul, .mv_playlist ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.playlist ul li, .mv_playlist ul li {
    padding: 9px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.playlist ul li.active, .mv_playlist ul li.active  {
    background-color: #4f4f4f;
    border-color: #4f4f4f;
    color: #FFF;
}
.playlist ul li:hover, .mv_playlist ul li:hover {
    border-color: #353535;
    background: #353535;
}

.playlist .poster, .playlist .title, .mv_playlist .poster, .mv_playlist .title  {
    display: inline-block;
    vertical-align: middle;
}
 .playlist .number, .mv_playlist .number {
    padding-right: 10px;
}
.playlist .poster img, .mv_playlist .poster img {
    width: 64px;
}
.playlist .title, .mv_playlist .title {
    padding-left: 5px;
}
