@charset "UTF-8";

._imgSldVisual{
	position: relative;
}
/*slide*/
._imgSldVisual .bx-wrapper {
	margin: 0 auto;
	position: relative;
}
._imgSldVisual .bx-wrapper .bx-viewport ul li{
	overflow: hidden;
	margin: 0 !important;
}
._imgSldVisual .bx-wrapper .bx-viewport ul li ._inner{
	display: block;
}
._imgSldVisual .bx-wrapper .bx-viewport ul li ._inner img{
	display: block;
	width: 100%;
}
/*controls*/
._imgSldVisual .bx-wrapper .bx-controls{
	text-align: center;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-pager{
	position: absolute;
    bottom: 20px;
    right: 20px;
	overflow: hidden;
    z-index: 999;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto{
	position: absolute;
	bottom: 20px;
	left: 51px;
	overflow: hidden;
    background-color: #252525;
    z-index: 999;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
._imgSldVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a{
	float: left;
}
/*pager*/
._imgSldVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a{
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-color: #ccc;
	margin: 0 1px;
	text-indent: -5000px;
    border-radius: 8px;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active{
	background-color: #333;
}

/*direction*/
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
	position: absolute;
	bottom: 20px;
	width: 30px;
	height: 30px;
    background-color: #252525;
    z-index: 999;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover{
	background-color: #415E70;	
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{
	left: 20px;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-next{
	left: 82px;
	background-position: -30px 0;
}

/*controls auto*/
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .active{
	display: none;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{
	width: 30px;
	height: 30px;
	overflow: hidden;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start{
	background-position: -60px 0;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{
	background-position: -90px 0;
}
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start:hover,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop:hover{
	background-color: #415E70;
}

/*background-image*/
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-start,
._imgSldVisual .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item .bx-stop{
	background-image: url("../images/handler.png");
	background-repeat: no-repeat;
	text-indent: -5000px;
}