.bx-wrapper {
	position: relative;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:43%;
	width: 34px;
	height: 68px;
	text-indent: -9999px;
	z-index: 99999999;
	outline:none;
}
.bx-wrapper .bx-controls-direction .bx-prev {
	left:0;
	background: url(../../images/main/prev.png) no-repeat ;
	margin-left:-55px;
}
.bx-wrapper .bx-controls-direction .bx-next {
	right:0;
	background: url(../../images/main/next.png) no-repeat ;
	margin-right:-100px;
}
