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

/*** Altura interno ***/
.produtosCarr1 {
	position:relative;
	height:150px;
	padding-top:10px;
	padding-bottom:10px;
}

.produtosCarr2 {
	position:relative;
	height:500px;
	padding-top:10px;
	padding-bottom:10px;
}

.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;
}

/*** Fundo interno ***/
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background:#fff;
    border:2px solid #d3d3d3;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;  
}

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

/*** Botões navegação ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: calc(50% - 25px);
    background: rgba(211,211,211,0.8);
    width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(../images/icon-seta-ant-prox.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center;
}

.nbs-flexisel-nav-left {
    left: 15px;

}


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

.nbs-flexisel-nav-right {
    right: 15px;    
	transform: scaleX(-1);
}


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