#flexiselDemo3 {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;

}
.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;
}


.nbs-flexisel-item img {
    position: relative;
	/*margin: 10px 0px 10px 0px;*/
    width:100%;
	height: 100%;
	

	
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 26px;
    height: 40px; 
    position: absolute;
    cursor: pointer;
    z-index: 0;
    opacity: 0.6;
}

.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/componentes/carousel/imagenes/prev.png) no-repeat;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-left:10px;
	margin-top:10px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/componentes/carousel/imagenes/next.png) no-repeat;
	margin-top:10px;
}

.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover{
    opacity: 1;
}


@media screen (min-width: 768px) and (max-width: 992px){
	
.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/componentes/carousel/imagenes/prev.png) no-repeat;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-left:10px;
	margin-top:10px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/componentes/carousel/imagenes/next.png) no-repeat;
	margin-top:10px;
}	
}

@media (min-width:1024px) {
	
.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/componentes/carousel/imagenes/prev.png) no-repeat;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-left:10px;
	margin-top:10px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/componentes/carousel/imagenes/next.png) no-repeat;
	margin-top:10px;
}	
}
@media (min-width:1200px) {
	.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/componentes/carousel/imagenes/prev.png) no-repeat;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-left:10px;
	margin-top:10px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/componentes/carousel/imagenes/next.png) no-repeat;
	margin-top:10px;
}
	
}
@media (min-width:1360px) {
	.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/componentes/carousel/imagenes/prev.png) no-repeat;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-left:10px;
	margin-top:30px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/componentes/carousel/imagenes/next.png) no-repeat;
	margin-top:30px;
}	
}
@media (min-width:1400px) {
	
}

@media (min-width: 1440px) {

}
@media (min-width: 1600px) {

}
@media (min-width: 1680px) {
	
}

@media (min-width: 1920px) { 
	.nbs-flexisel-nav-left {
    left: 0px;
    background: url(/componentes/carousel/imagenes/prev.png) no-repeat;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	margin-left:10px;
	margin-top:30px;
}

.nbs-flexisel-nav-right {
    right: 0px;
    background: url(/componentes/carousel/imagenes/next.png) no-repeat;
	margin-top:30px;
}
}
@media (min-width: 2560px) { 

}
