.nbs-flexisel-container {
    position:relative;
    max-width:100%;
    float: left;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;
}

.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;
}

/*** Navigation ***/

.comment_box .nbs-flexisel-nav-left,
.comment_box .nbs-flexisel-nav-right {
    width: 20px;
    height: 20px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: auto !important;
    bottom: 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.comment_box .nbs-flexisel-nav-left {
    background: rgba(22,22,22,.1) url(button-previous.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    right: 30px;
}

.comment_box .nbs-flexisel-nav-right {
    background: rgba(22,22,22,.1) url(button-next.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    right: 0;
}

.comment_box .nbs-flexisel-nav-left:hover {    
    background: rgba(226,0,14,.6) url(button-previous.png) center center no-repeat;
}

.comment_box .nbs-flexisel-nav-right:hover {
    background: rgba(226,0,14,.6) url(button-next.png) center center no-repeat;
}

.customer_home .nbs-flexisel-nav-left,
.customer_home .nbs-flexisel-nav-right {
    width: 32px;
    height: 32px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.customer_home .nbs-flexisel-nav-left {
    background: rgba(0,0,0,.1) url(button-previous.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    left: -40px;
}

.customer_home .nbs-flexisel-nav-right {
    background: rgba(0,0,0,.1) url(button-next.png) center center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    right: -40px;
}

.customer_home .nbs-flexisel-nav-left:hover {    
    background: rgba(0,0,0,.4) url(button-previous.png) center center no-repeat;
}

.customer_home .nbs-flexisel-nav-right:hover {
    background: rgba(0,0,0,.4) url(button-next.png) center center no-repeat;
}
@media screen and (max-width: 980px) {
    .customer_home .nbs-flexisel-nav-left {left: 0;}   
    .customer_home .nbs-flexisel-nav-right {right: 0;}
}
@media screen and (max-width: 650px) {
.admin-bar {
    margin-top: 20px;
}
}