/* owl-carousel */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#pro_scroll .item{
	margin: 0px 9px;
	max-width: 388px;
}
#pro_scroll .owl-controls .owl-page{
	display: none;	
}
#pro_scroll .owl-buttons{
	height: 36px;
}
#pro_scroll .owl-prev{
	text-indent: -9999px;
	width: 49px;
	height: 36px;
	background: url(../images/scroll_jt1.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 35%;
	bottom: 0;
}
#pro_scroll .owl-prev:hover{
	background: url(../images/scroll_jt3.png) no-repeat;
}
#pro_scroll .owl-next{
	text-indent: -9999px;
	width: 49px;
	height: 36px;
	background: url(../images/scroll_jt2.png) no-repeat;
	cursor: pointer;
	position: absolute;
	right: 35%;
	bottom: 0;
}
#pro_scroll .owl-next:hover{
	background: url(../images/scroll_jt4.png) no-repeat;
}
@media only screen and (max-width:991px ) {
	#pro_scroll .owl-prev{
		left: 25%;
	}
	#pro_scroll .owl-next{
		right: 25%;
	}
}
@media only screen and (max-width:480px ) {
	#pro_scroll .owl-prev{
		left: 20%;
	}
	#pro_scroll .owl-next{
		right: 20%;
	}
}