#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 94%;
    margin: auto;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    min-height: 300px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    width: 100%;
    margin: auto;
    cursor: pointer;
    position: relative;
    max-width: auto;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 39px;
    height: 100px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    top: -50px;
}

.nbs-flexisel-nav-left {
    right: 5px;
    background: url(../images/leftArrow.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -15px;
    background: url(../images/rightArrow.png) no-repeat;
}

@media (min-width: 320px) and (max-width: 768px) {
    /*** Navigation ***/
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        width: 39px;
        height: 100px;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        opacity: 1;
        top: -50px;
    }
    .nbs-flexisel-nav-left {
        right: 5px;
        background: url(../images/leftArrow.png) no-repeat;
    }
    .nbs-flexisel-nav-right {
        right: -15px;
        background: url(../images/rightArrow.png) no-repeat;
    }
}