@charset "UTF-8";
/* * * * * * * * * * * * * * * * * *
 bxslider.css
* * * * * * * * * * * * * * * * * */

.bx-wrapper {
	margin-bottom: 30px;
	position: relative;
}

.bx-pager {
	text-align: center;
	padding: 15px 0 0;
}

.bx-pager-item,
.bx-pager-item a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.bx-pager-item {
	margin: 0 8px;
}

.bx-pager-item a {
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	background: #4C4845;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

.bx-pager-item a.active {
	background: #FFF;
}

.bx-controls-direction a {
	display: block;
	width: 22px;
	height: 62px;
	position: absolute;
	top: 50%;
	margin-top: -31px;
	text-indent: -9999px;
}

.bx-controls-direction a.bx-prev {
	background: url(../img/common/btn_prev.png) 0 0 no-repeat;
	left: 30px;
}

.bx-controls-direction a.bx-next {
	background: url(../img/common/btn_next.png) 0 0 no-repeat;
	right: 30px;
}




