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

#flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:97%;       
    background:#fff;
      
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    padding:20px 0; 

}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

}

/*** 하단롤링배너 컨트롤  ***/

.nbs-flexisel-nav-left {
    width:40px;
    height:40px;
    background:url(../img/rolling/common_btn_sponsor_left.png)no-repeat center center;
    position: absolute;
    top:26px;
    left:0;
    z-index: 4;
    cursor: pointer;
      
}

.nbs-flexisel-nav-right {
    width:40px;
    height:40px;
    background:url(../img/rolling/common_btn_sponsor_right.png)no-repeat center center;
    top:26px;
    right:0;
    z-index: 4;
    cursor: pointer;
    position: absolute;    
}





.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}



.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}