
.clearout {
height:20px;
clear:both;
}
 #rollingCon {
display:none;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 18px;
    height: 29px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    background: url(../img/s_img/rolling_con_btn_left.png) no-repeat center center;
    left: -30px;
}

.nbs-flexisel-nav-right {
    right: -30px;
    background: url(../img/s_img/rolling_con_btn_right.png) no-repeat center center;
}
.nbs-flexisel-container {
    position:relative;
    width: 940px;
    padding: 0 30px;
    padding: 0;
    margin: 0 auto;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

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

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 20px;
    margin-bottom: 25px;
    width: 228px;
    height: 55px;
}


