.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 {
    overflow: hidden;
    float:left;
    width:100%;
    /*border:1px solid #ccc;*/
}

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

/*** Navigation ***/

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

.nbs-flexisel-nav-left {
    right: 30px;
	font-family: 'Glyphicons Halflings';
	color:#888888;
	font-size:25px;border:solid green 0px;
}

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

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

.nbs-flexisel-nav-right {
    right: -15px;
	font-family: 'Glyphicons Halflings';
	color:#888888;
	font-size:25px; 
}

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

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