
.bx-wrapper img {
	width: 100%;
	display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

/* PAGER */

.bx-wrapper .bx-pager {
	display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	display: none;
}

.bx-wrapper .bx-next {
	display: none;
}

