
#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:20px 0;
    overflow:hidden;
    width:100%;
	height:auto;
	background:#fff;
}

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

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

}

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

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

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