#flexiselDemo1 {
	display:none;
}

.nbs-flexisel-container {

    position:relative;
    max-width:100%;
	padding-left:0;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;

  /*  height:78px;*/
}

.nbs-flexisel-inner .nbs-flexisel-inner{    width:90%;
margin:0 auto; }

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    max-width: 142px;
    width: 100%;
	opacity:0.8;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 21px;
    height: 40px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	
}

.nbs-flexisel-nav-left {
	position: absolute;
	width:21px;
	height:40px;
    left: 0px;
	top:6px;
    background: url(../img/prev_btn.png) no-repeat; 

}

.nbs-flexisel-nav-right {
	position: absolute;
	width:21px;
	height:40px;
    right: 0px;
	top:6px;
    background: url(../img/next_btn.png) no-repeat;
}







@media (max-width: 980px){
	.nbs-flexisel-item img{max-width: 124px;}
	.nbs-flexisel-nav-left{background-size: 13px;}
	.nbs-flexisel-nav-right{background-size: 13px;}
}














