#flexiselDemo3 {
display:none;

}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
	height:100px;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    width:93%;
	margin:0 auto;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
	padding-top:40px;
	

}


.nbs-flexisel-item img {
    width: 100%;
    position: relative;
	margin: 10px 0px 10px 0px;
     width:150px;
	 height:65px;

	
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 26px;
    height: 40px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.6;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/componentes/carousel/imagenes/prev.png) no-repeat;
	margin-left:10px;
	margin-top:26px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/componentes/carousel/imagenes/next.png) no-repeat;
	margin-top:26px;
}

.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
    opacity: 1;
}