.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	text-align:center;
}
.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-inner {
  box-sizing: border-box;
  float: none;
  margin: 0 0%;
  overflow: hidden;
  padding: 0 0%;
  width: 100%;
  max-width:88.5%;
  display:inline-block;
}



.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    /* width: 100%; */
    cursor: pointer;
    position: relative;
   /*  margin-top: 10px;
    margin-bottom: 10px; */
    /* max-width:100px;
    max-height:45px; */
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height: 48px; 
    position: absolute;
    cursor: pointer;
    z-index: 99;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(../images/pre01.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(../images/next01.png) no-repeat;
}

@media only screen and (max-width:980px) {


/* .nbs-flexisel-nav-left{left:20px;}
.nbs-flexisel-nav-right{right:20px;} */

}