#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
    margin-top: 60px;
}

.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;
    margin-top: 15px;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 400px;
    margin-top: -35px;
}

.nbs-flexisel-item {
    float: left;
    cursor: pointer;
    position: relative;
    margin-left: -1px;
}

    .nbs-flexisel-item img {
        cursor: pointer;
        position: relative;
    }

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 9999;
    color: transparent;
    opacity: 1;
    right: 40px;
    top: 8px;
}

.nbs-flexisel-nav-left {
    background: url(../images/sol_ok.png) no-repeat;
}

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

.nbs-flexisel-nav-left:before {
    content: "<";
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 1px;
}

    .nbs-flexisel-nav-right:before {
        content: ">";
    }

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

.nbs-flexisel-inner .new {
    width: 40px;
    height: 7px;
    padding-top: 11px;
}
