.clearout {
    clear: both;
    height: 20px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}
.nbs-flexisel-container {
    max-width: 100%;
    position: relative;

}
.nbs-flexisel-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 9999px;
}
.nbs-flexisel-inner {
    border-radius: 5px;
    float: left;
    overflow: hidden;
    width: 100%;
}
.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-item img {
    cursor: pointer;
    max-height: 100px;
    position: relative;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
   cursor: pointer !important;
    height: 100px;
    opacity: 0.5;
    position: absolute;
    width: 32px;
    z-index: 80;
    top: -2px !important;
}
.nbs-flexisel-nav-left {
    background: rgba(0, 0, 0, 0) url("../images/66.jpg") no-repeat scroll 0 0;
    left: -5px;
	opacity:1;
	
	
}
.nbs-flexisel-nav-right {
    background: rgba(0, 0, 0, 0) url("../images/65.jpg") no-repeat scroll 0 0;
    right: 0px;
opacity:1;
cursor:pointer;
}
