
/* examples_body */

.bx_wrap {
	overflow:hidden;
	position:relative;
}

.bx_wrap a.prev {
	width: 39px;
	height: 120px;
	line-height: 17px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	text-indent: -9999px;
	background: url(img/arrow_left.png) no-repeat left;
	z-index:100;
}
.bx_wrap a.prev:hover {
	background: url(img/arrow_left.png) no-repeat right;
}
.bx_wrap a.next {
	width: 39px;
	height: 120px;
	line-height: 17px;
	left: 0px;
	outline-style: none;
	outline-width: 0;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	background: url(img/arrow_right.png) no-repeat right;
	z-index:100;
}
.bx_wrap a.next:hover {
	background: url(img/arrow_right.png) no-repeat left;
}