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

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

.nbs-flexisel-container {
    position:relative;
    width:944px;  
    background:url(../images/bg_slide.png) bottom no-repeat;
    padding-bottom:14px;     
}
.nbs-flexisel-ul {
    position:relative;
    width:99999999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;    
    width:100%;   
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;    
    border-right:2px solid #ffffff;
    margin-left:-2px;
    padding-right:2px;    
}
.nbs-flexisel-item img {    
    max-width:100%;
    height:120px;
    cursor: pointer;
    position: relative;  
    margin:12px 0;  
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 44px;
    height: 44px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    margin-top:9px    
}

.nbs-flexisel-nav-left {
    left: -22px;
    background: url(../images/slide_prev.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -22px;
    background: url(../images/slide_next.png) no-repeat;
}