#flexisel {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}

.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
}

.nbs-flexisel-inner {
	padding:0;
    overflow:hidden;
    width:100%;
	height:100px;
	margin:0;
}

.nbs-flexisel-item {
    float:left;
	margin:0px;
    padding:0px;

}
.nbs-flexisel-item img {
    width:100%;
    position:relative;
    max-width:120px;
    height:97px;
	max-height:100%;
}


/* nav carrossel */
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:40px;
    height:100px; 
    position:absolute;
    cursor:pointer;
    z-index:999;
}

.nbs-flexisel-nav-left {
    left:0px;
	margin-top:30px;
    background:url(../imagens/carrossel/btn1.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right:0px;
	margin-top:30px;
    background: url(../imagens/carrossel/btn2.png) no-repeat;
}



@media screen and (max-width: 768px) {
	
	
	#flexisel {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}

.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;
}

.nbs-flexisel-inner {
    width:100%;
	height:100px;
}

.nbs-flexisel-item {
    float:left;
	margin:0px;
    padding:0px;

}
.nbs-flexisel-item img {
    width:100%;
    position:relative;
    max-width:120px;
    max-height:120px;
}

}