.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    padding:0 25px 0 25px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    list-style-type:none;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin:0 0 0 0;
    padding:0 0 0 0;
    position:relative;
    /* line-height:0px; */
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 42px;
    height: 42px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.8;
}

.nbs-flexisel-nav-left {
    left: -40px;
    background: url(/includes/slides/img/arrow-prev-full.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -40px;
    background: url(/includes/slides/img/arrow-next-full.png) no-repeat;
}