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

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

.nbs-flexisel-container {
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    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;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 33px; 
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

.nbs-flexisel-nav-left {
    right: 50px;
    background: url(../images/new_homepage/carousel_left_nav.png) no-repeat;
    top: 1% !important;
}

.nbs-flexisel-nav-right {
    right: 10px;
    background: url(../images/new_homepage/carousel_right_nav.png) no-repeat;
    top: 1% !important;
}