#slider-undermn{
    height: 250px;
    background: #cbd0d3;
}


#flexiselDemo3 {
    display:block;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position: relative;
    width:99999px;
    margin:0px;
    padding:0px;
    top: 100px;
    list-style-type:none;   
    text-align:center;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:none;
    width:100%;
    height:340px;
    background:#cbd0d3;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
}

.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: 20px;
    margin-bottom: 10px;
    max-width:180px;
    max-height:180px;

}

.slider {
  width:100%; /* 3 images * (image width + margins) */
  overflow: hidden;
  border-top: 2px solid #333;
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  margin-top: 20px;
  margin-bottom: -20px;
}

.slide {
  min-width: 360px; /* width of each image container */
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  max-width: 180px;
  max-height: 180px;
  margin-top: 20px;
  cursor: pointer;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top: 65%;

}

.nbs-flexisel-nav-left {
    left: 80px;
    background: url(../img/partners/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 80px;  
    background: url(../img/partners/button-next.png) no-repeat;  
}
