

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:block;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:999999999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin-right: 0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    position: relative;
/*    width:100%;
*/    
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 45px; 
    position: absolute;
    cursor: pointer;
    z-index: 10;
   margin-top:-22PX;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right:hover{opacity:1;} 

.nbs-flexisel-nav-left {
    left: 15px;
    background: url(../images/button-previous.png) no-repeat;  
}

.nbs-flexisel-nav-right {
    right: 15px;
    background: url(../images/button-next.png) no-repeat;
}