.clearout {
    height: 20px;
    clear: both;
}

.flexisel_play,.footer_play {
    display: none;
}
.flexisel_play li {
    float:left;
    width:100%;
    height:130px!important;
}
.flexisel_play li span.i1 {
    float:left;
    width:100%;
}
.flexisel_play li span.i2 {
    float:left;
    width:100%;
    top:39px;
}
.flexisel_play li span.i3 {
    float:left;
    width:100%;
    max-height:120px;
    top:-0px;
}
.flexisel_play li.active img {
    width: 116px;
    height: 115px;
}

.footer_play li a img {
    width: 100%!important;
    height: 100%!important;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    width: ;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 140px;
    max-height: auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 26px;
    height: 41px;
    position: absolute;
    cursor: pointer;
    top:-5px;
    z-index: 100;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(/images/ar_l.png) no-repeat center center;
    opacity: 0;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/images/ar_r.png) no-repeat center center;
    opacity: 0;
}

@media screen and (max-width: 989px) {
    .footer_pg{
        margin-bottom: 20px;
        margin-top: 5px!important;
    }
    .nbs-flexisel-item img {
        width: ;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
        max-width: 116px;
        max-height: 115px;
    }
    .nbs-flexisel-nav-left {
        left: 10px;
        background: url(/images/ar_l.png) no-repeat center center;
        opacity: 0.5;
    }

    .nbs-flexisel-nav-right {
        right: 5px;
        background: url(/images/ar_r.png) no-repeat center center;
        opacity: 0.5;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .nbs-flexisel-nav-left {
        top: -15px;
        background-size: 70%;
    }

    .nbs-flexisel-nav-right {
        top: -15px;
        background-size: 70%;
    }
    .flexisel_play li {
        float:left;
        width:100%;
        height:auto!important;
    }
    .flexisel_play li span.i1 {
        float:none;
        width:100%;
        line-height:20px;
        display: block;
    }
    .flexisel_play li span.i2 {
        float:none;
        width:100%;
        top:9px;
        display: block;
    }
    .nbs-flexisel-nav-left {
        left: -5px;
        background: url(/images/ar_l.png) no-repeat center center;
        opacity: 0.5;
    }

    .nbs-flexisel-nav-right {
        right: -5px;
        background: url(/images/ar_r.png) no-repeat center center;
        opacity: 0.5;
    }
}
@media screen and (max-width:767px) {
    .nbs-flexisel-nav-left {
        background-size: 60%;
    }

    .nbs-flexisel-nav-right {
        background-size: 60%;
    }
    .flexisel_play li {
        float:left;
        width:100%;
        height:auto!important;
    }
    .flexisel_play li span.i1 {
        float:left;
        width:100%;
        line-height:20px;
    }
    .flexisel_play li span.i2 {
        float:left;
        width:100%;
        top:9px;
    }
    .footer_play li a img {
        width: 100%!important;
        height: 100%!important;
        margin-top:3px;
    }
}