.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  overflow: auto;
  display: none;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  width: 100%;
}

.nbs-flexisel-ul > .nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  cursor: pointer;
  position: relative;
  margin: 10px 0px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  position: absolute;
  z-index: 9;
  margin: 0px;
  padding: 0px;
  width: 20px;
  cursor: pointer;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.nbs-flexisel-nav-left {
  left: 0px;
}

.nbs-flexisel-nav-right {
  right: 0px;
}

.nbs-flexisel-nav-left::before, .nbs-flexisel-nav-right::before {
  font-family: "fontello";
}

.nbs-flexisel-nav-left::before {
  content: "\e80e";
}

.nbs-flexisel-nav-right::before {
  content: "\e810";
}

.nbs-flexisel-nav-left.disabled, .nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}