
#carrossel_produto{
	
}

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

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin:1px 0 -5px 0;
	padding:0 0 0 0;
}

.nbs-flexisel-item {
    float:left;
    padding:0;
    position:relative;	
}
.nbs-flexisel-item li {
    width: 24%;
    position: relative;
}
	

/*** Navigation ***/

#produto .nbs-flexisel-nav-left,
#produto .nbs-flexisel-nav-right {
    width: 24px;
    height: 24px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	opacity:0.5;
	transition:0.5s;
}

#produto .nbs-flexisel-nav-left:hover,
#produto .nbs-flexisel-nav-right:hover {
	opacity:1.0;
}

#produto  .nbs-flexisel-nav-left {
	margin:0;
	left:-5%;
    background: url(../../imagens/home/bt_esquerda_produto.png) no-repeat;
}

#produto .nbs-flexisel-nav-right {
    margin:0;
	right:-5%;
    background: url(../../imagens/home/bt_direita_produto.png) no-repeat;
}

@media  (max-width : 1000px)
{
	#produto .nbs-flexisel-nav-left,
	#produto .nbs-flexisel-nav-right {
		width: 20px;
    	height: 20px;
	}
	#produto .nbs-flexisel-nav-left {
		margin:0;
		left:-3%;
		background-size:contain;
	}

	#produto .nbs-flexisel-nav-right {
		margin:0;
		right:-3%;
		background-size:contain;
	}
}
