/* Caja */
.bx-wrapper {
    position: relative;
    margin-bottom: 36px;
    background: #444;
}

/* Imágenes */
.bx-wrapper img {
    display: block;
    max-width: 100%;
}

.bx-viewport {
}

/* Botónes de selección */
.bx-pager, .bx-controls-auto {
    display: none;
}

.bx-pager-item, .bx-controls-auto-item {
    display: none;
}

.bx-default-pager a {
    display: none;
}

/* Cargador */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../imagenes/iconos/loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/*---------- Botones ----------*/
/* Anterior */
.bx-prev {
    display: none;
}

/* Proximo */
.bx-next {
    display: none;
}

.bx-controls-direction a {
    display: none;
}

.bx-controls-direction a.disabled {
    display: none;
}

/* Play/Stop */
.bx-controls-auto {
    display: none;
}

.bx-start {
    display: none;
}

.bx-stop {
    display: none;
}

/* Texto */
.bx-wrapper .bx-caption {
	display: none;
}

.bx-wrapper .bx-caption span {
	display: none;
}