.mainSlider {
	margin-right: auto;
	margin-left: auto;
	max-width:1145px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	min-height:250px;
	max-height:415px;
	display: block;
}

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom:30px;
	width: 100%;
}
.h_view .bx-wrapper .bx-pager{width:100px;bottom:20px;right:0;}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 0em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c2a06e;
}

.bx-wrapper .bx-prev {
	top:0;
	background:url(../images/main/up.png) no-repeat center;
}

.bx-wrapper .bx-next {
	top:15px;
	background:url(../images/main/down.png) no-repeat center;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 9px;
	height: 5px;
	text-align:center;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.h_view .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	outline: 0;
	width: 32px;
	height: 80px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-text {
	width:100%;
	height:90px;
	top:50%;
	position:absolute;
	text-align:center; 
	background-color: rgba( 255, 255, 255, 0.7 ); 
}
@media (max-width:462px) {
	.bx-text{top:45%;}
}
@media (min-width:463px) and (max-width:768px) {
	.bx-text{top:45%;}
}
@media (max-width: 992px) {
	.bx-text{top:44%;}
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(35, 37, 48, 0.8);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-size:18px; font-size:1.286rem;font-weight:bold;
	display: block;
	padding: 17px;
}
