
.bx-wrapper {
	position: relative;
}

/* Pfeile */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 236px;
	margin-top: -2em;
	outline: 0;
	width: 4em;
	height: 4em;
	text-indent: -9999px;
	z-index: 150;
	border: none;
}

.bx-wrapper .bx-prev {
	left: 1em;
	background: url(images/pfeil-li.png) no-repeat left;
}

.bx-wrapper .bx-next {
	right: 1em;
	background: url(images/pfeil-re.png) no-repeat right;
}

.bx-wrapper a:hover {
	border-style: none;
}