
#carrossel {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:1001%;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
	margin:0;
	padding:0 0 0 0;
}

.nbs-flexisel-item {
    float:left;
    padding:0;
    position:relative;	
}
.nbs-flexisel-item li {
    width: 24%;
    position: relative;
}
	

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 86px;
    height: 95px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
	margin:90px 0 0 0;
	left:30%;
    background: url(../../imagens/produtos/seta_esquerda.png) no-repeat;
}

.nbs-flexisel-nav-right {
    margin:90px 0 0 0;
	right:33%;
    background: url(../../imagens/produtos/seta_direita.png) no-repeat;
}

@media  (min-width : 1501px)
{
	
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		width: 60px;
    	height: 63px;
	}
	.nbs-flexisel-nav-left {
		left:33%;
		background-size:contain;
	}

	.nbs-flexisel-nav-right {
		right:36%;
		background-size:contain;
	}
}

@media  (min-width : 850px) and (max-width: 1500px)
{
	
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		width: 60px;
    	height: 63px;
	}
	.nbs-flexisel-nav-left {
		left:28%;
		background-size:contain;
	}

	.nbs-flexisel-nav-right {
		right:31%;
		background-size:contain;
	}
}

@media  (max-width : 850px)
{
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		width: 60px;
    	height: 63px;
	}
	.nbs-flexisel-nav-left {
		margin:-90px 0 0 0;
		left:20px;
		background-size:contain;
	}

	.nbs-flexisel-nav-right {
		margin:-90px 0 0 0;
		right:20px;
		background-size:contain;
	}
}
