#owl-1 {
	overflow: hidden;
	z-index: 1;
	margin: 0 -10px;
	padding:  0px 80px 0;
	position: relative;
}
#owl-2 {
	overflow: hidden;
	z-index: 1;
	margin: 0 -10px;
	padding:  0px 45px 0;
	position: relative;
}

#owl-3 {
	overflow: hidden;
	z-index: 1;
	margin: 0 -10px;
	padding:  0 0px 0 0px;
	position: relative;
}

#owl-1 .owl-item, #owl-2 .owl-item, #owl-3 .owl-item {
	float: left;
	width: 100%;
}

#owl-1 .item, #owl-2 .item, #owl-3 .item {
	padding: 0 10px;
	text-align: center;
	position: relative;
}

#owl-1 .item .img_inner, #owl-2 .item .img_inner,  #owl-3 .item .img_inner {
	margin-bottom: 0;
}

.owl-wrapper-outer {
	overflow: hidden;
}

#owl-1 .owl-prev, #owl-1 .owl-next, #owl-2 .owl-prev, #owl-2 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	display: block;
	height: 38px;
	bottom: 0;
	left: 37px;
	top: 50%;
	margin-top: -19px;
	width: 23px;
	overflow: hidden;
	text-indent: -999px;

}
#owl-2 .owl-prev, #owl-2 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	display: block;
	height: 38px;
	bottom: 0;
	left: 20px;
	top: 35% /*50%*/;
	margin-top: -19px;
	width: 23px;
	overflow: hidden;
	text-indent: -999px;

}
#owl-1 .owl-next, #owl-2 .owl-next {
	left: auto;
	right: 37px;
	background-position: right bottom;

}
#owl-2 .owl-next {
	left: auto;
	right: 20px;
	background-position: right bottom;

}
#owl-1 .owl-next:hover, #owl-2 .owl-next:hover {
	background-position: right 0;
}
#owl-1 .owl-prev:hover, #owl-2 .owl-prev:hover {
	background-position: 0 bottom;
}


#owl-3 .owl-prev, #owl-3 .owl-next {
	cursor: pointer;
	position: absolute;
	background: url(../images/prevnext1.png) 0 0 no-repeat;
	display: block;
	height: 38px;
	bottom: 0;
	left: 450px;
	top: 50%;
	margin-top: -19px;
	width: 23px;
	overflow: hidden;
	text-indent: -999px;

}
#owl-3 .owl-next {
	left: auto;
	right: 37px;
	background-position: right bottom;

}
#owl-3 .owl-next:hover {
	background-position: right 0;
}
#owl-3 .owl-prev:hover {
	background-position: 0 bottom;
}

/* Owl content */

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}



