
#carrossel_banner{
	display:none;
    width: 980px;
    height: 280px;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:10000%;
    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: absolute;
}
	

/*** Navigation ***/

#banner .nbs-flexisel-nav-left,
#banner .nbs-flexisel-nav-right {
    width: 30px;
    height: 54px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
	opacity:0.5;
	transition:0.5s;
}

#banner .nbs-flexisel-nav-left:hover,
#banner .nbs-flexisel-nav-right:hover {
	opacity:1.0;
}

#banner  .nbs-flexisel-nav-left {
	margin:0;
	left:1%;
    background: url(../IMG/GERAL/bt-banner/bt_esquerda_banner.png) no-repeat;
}

#banner .nbs-flexisel-nav-right {
    margin:0;
	right:1%;
    background: url(../IMG/GERAL/bt-banner/bt_direita_banner.png) no-repeat;
}

