/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.slide_area {
	width: 100%;
	height: 225px;
	overflow-x: hidden;
	margin-bottom: 0px;
}
.slide_all {
	width: 320px;
	margin: 0 auto;
	height: 225px;
	position: relative;
}
.slide_wrap {
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}
.slide_body {
	width: 100%;
}
.slide {
	width: 320px;
}
.slide img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media print, screen and (min-width:768px) {
.slide_area {
	width: 100%;
	height: 600px;
	overflow-x: hidden;
	margin-bottom: 0px;
}
.slide_all {
	width: 1020px;
	margin: 0 auto;
	height: 600px;
	position: relative;
}
.slide_wrap {
	width: 3060px;
	position: absolute;
	left: 50%;
	margin-left: -1530px;
}
.slide {
	width: 1020px;
}
}
/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	/*bottom: -30px;*/
	width: 100%;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 300px;
	background: url(../../img/index_img/btn_left.png) no-repeat;
	background-size: 40px auto;
}
.bx-wrapper .bx-next {
	right: 300px;
	background: url(../../img/index_img/btn_right.png) no-repeat;
	background-size: 40px auto;
}
.bx-wrapper .bx-prev:hover {
	opacity: 0.9;
}
.bx-wrapper .bx-next:hover {
	opacity: 0.9;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 90px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
@media print, screen and (min-width:768px) {
.bx-wrapper .bx-prev {
	left: 962px;
	background: url(../../img/index_img/btn_left.png) no-repeat;
	background-size: auto;
}
.bx-wrapper .bx-next {
	right: 962px;
	background: url(../../img/index_img/btn_right.png) no-repeat;
	background-size: auto;
}
.bx-wrapper .bx-prev:hover {
	opacity: 0.9;
}
.bx-wrapper .bx-next:hover {
	opacity: 0.9;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 245px;
	outline: 0;
	width: 110px;
	height: 110px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
}
