body {
background:#fff;
font-family:'Montserrat', sans-serif;
}

p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

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

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; 
    padding-left: 30px; 
    padding-right: 30px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:30px;
    cursor:pointer;
    position:relative;
    line-height:0px;
 }
.nbs-flexisel-item img {
    max-width: 90%;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

    
/*** Navigation ***/

.nbs-flexisel-nav-left {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 20px;
  font-weight: 100;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.3;
  filter: alpha(opacity=50);
}
.nbs-flexisel-nav-left:hover {
  opacity: 0.5;
}
.nbs-flexisel-nav-right {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 20px;
  font-weight: 100;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.3;
  filter: alpha(opacity=50);
  -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);   
}
.nbs-flexisel-nav-right:hover {
  opacity: 0.5;
}
.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "\3031"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    left: 96%;    
}

.nbs-flexisel-nav-right:before {
    content: "\3031"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}