/*.video-mask{
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10000;
    display: none;
}*/

.video-holder {
    /*background: #1b1b1b;*/
    /*border: 1px solid #000;*/
    /*padding: 10px;*/
    /*height: 460px;*/
    position: relative;
}
.centered {
    width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.playlist-components {
    display: none;
    margin: 25px 0;
}
.video-js{
    /*margin: 0 auto;*/
}
.video-js, .playlist-components {
/*    display: inline-block;
    vertical-align: top;
    float: left;*/
    /*margin: 10px 0;*/
}

#prev_list, #next_list{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#prev_list{
    background: url(../../images/help/left.png) 0 0 no-repeat;
    background-size: contain;
}
#next_list{
    background: url(../../images/help/right.png) 0 0 no-repeat;
    float: right;
    background-size: contain;
}
.prev_gray{
    background: url(../../images/help/left_g.png) 0 0 no-repeat!important
}
.next_gray{
    background: url(../../images/help/right_g.png) 0 0 no-repeat!important
}
.button-holder {
    padding: 10px;
    height: 36px;
}

.playlist {
    height: 30px;
    width: 805px;
    float: left;
    display: block;
    margin: 0 20px;
    overflow: hidden;
    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;
}

.playlist ul {
    padding: 0;
    margin: 0;
    display: block;
    white-space: nowrap;
    list-style: none;
}

.playlist ul li {
    padding: 7px;
    width: 164px;
    display: inline-block;
    /*border-bottom: 1px solid #000;*/
    cursor: pointer;
    padding-left: 15px;
    text-overflow: ellipsis;
}
.playlist ul li.active {
/*    background-color: #4f4f4f;
    border-color: #4f4f4f;
    color: #FFF;*/
    background: url(../../images/help/play.png) 0 4px no-repeat;
    color: #f36523;
}
.playlist ul li:hover {
/*    border-color: #353535;
    background: #353535;
    color: #fff;*/
    /*background: url(../../images/help/play.png) 0 3px no-repeat;*/
    color: #f36523;
}


.playlist .poster, .playlist .title  {
    display: block;
    vertical-align: middle;
}
 .playlist .number{
    padding-right: 10px;
}
.playlist .poster img {
    width: 64px;
}
.playlist .title {
    padding-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.close-video{
    background: url(../../images/help/close_video.png) 0 0 no-repeat;
    background-size: contain;
    width: 29px;
    height: 29px;
    position: absolute;
    right: -15px;
    top: -13px;
    z-index: 200;
    cursor: pointer;
}