.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav {
	position:absolute;
	width:100%;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	cursor: pointer;
	display: block;
	width:84px;
	height:84px;
	border-radius:42px;
	position:absolute;
	margin-top: -42px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	background:url(../images/prev.png) no-repeat center;
	left:-100px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	background:url(../images/next.png) no-repeat center;
	right:-100px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	cursor: default;
	opacity: .5;
}
.owl-theme .owl-dots .owl-dot {
	display: inline;
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	background: #d6d6d6;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 5px 7px;
	moz-border-radius: 30px;
	moz-transition: opacity 200ms ease;
	ms-transition: opacity 200ms ease;
	o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	webkit-backface-visibility: visible;
	webkit-border-radius: 30px;
	webkit-transition: opacity 200ms ease;
	width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}