#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.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%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: auto;
    cursor: pointer;
}


.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -7px 0 0;
  position: absolute;
  top: 35%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #939699;
  color: rgba(39, 45, 51, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nbs-flexisel-nav-left:before,
.nbs-flexisel-nav-right:before {
  font-family: "FontAwesome";
  font-size: 33px;
  display: inline-block;
  content: '\f104';
  color: rgba(39, 45, 51, 1);
}
.nbs-flexisel-nav-right:before {
  content: '\f105';
}
.nbs-flexisel-nav-left {
  left: -70px;
  text-align: center;
}
.nbs-flexisel-nav-right {
  right: -58px;
  text-align: center;
}
.nbs-flexisel-nav-left:hover::before,
.nbs-flexisel-nav-right:hover::before {
    color: rgba(255, 255, 255, 1);
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    background: rgba(39, 45, 51, 1);
}