

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

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



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

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    /* PADDING-LEFT: 10%; */
    width: 100%;
    BACKGROUND-COLOR: #313131;}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor: default;
    position:relative;
    line-height:0px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
display: none;   
}
