p {
margin-bottom:20px;
}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
	height: 150px;
    top: 5px;
    left: 6px;
    overflow: hidden;
    float:right;
    width:101%;
    background:#ffffff;
    background: #ffffff -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
    background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: #ffffff -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: #ffffff -o-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* Opera11.10+ */
    background: #ffffff -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* IE10+ */
    background: #ffffff linear-gradient(top, #ffffff 0%, #ffffff 100%); /* W3C */
    border:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    width: 237px;
}
.nbs-flexisel-item img {
    max-width: 95%;
    cursor: pointer;
    position: relative;
	height: 150px;
    bottom: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

/*** Navigation ***/

.nbs-flexisel-nav-left:active {
   background-color: black;
}
.nbs-flexisel-nav-right:active {
   background-color: black;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:4px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:37%;
	background-color: rgba(90, 85, 85, 0.29);
    color: #ffffff;     
}
.nbs-flexisel-nav-left {
    left: 7px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 7px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}