.owl-theme .owl-controls{	
	text-align: center;
}
#owl-demo-big.owl-theme .owl-prev {
	left:5%;
	top: 50%;
	position: absolute;
	text-indent:-9999px;
	display: block;
	background: url(../image/jiantou_left.png) no-repeat;
	background-size:100% 100%;
	margin-top:-20px;
}
#owl-demo-big.owl-theme .owl-next {
	position: absolute;
	right:5%;
	top:50%;
	text-indent:-9999px;
	background: url(../image/jiantou_right.png) no-repeat;
	background-size:100% 100%;
	margin-top:-20px;
}
#owl-demo .owl-controls .owl-pagination {
	display:none;
}
#owl-demo .customNavigation a{
	-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);
	}



.owl-theme .owl-controls .owl-pagination {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	zoom: 1;
	width: 40px;
	height: 40px;
	font-size: 12px;
}


.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}



.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #373838;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #0753a0;
}



.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.owl-item.loading{
	min-height: 150px;
	background: url(../image/AjaxLoader.gif) no-repeat center center
}

@media screen and (max-width: 768px){
	.owl-theme .owl-controls .owl-buttons div{
		width: 20px;
		height: 20px;
	}
	#owl-demo-big.owl-theme .owl-prev,#owl-demo-big.owl-theme .owl-next {
		margin-top:-10px;
	}
	.owl-theme .owl-controls .owl-page span{
		width: 10px;
		height: 10px;
	}
	.owl-theme .owl-controls .owl-pagination {
		bottom: 10px;
	}
}

#owl-demo-big .item img{
        display: block;
        width: 100%;
        height: auto;