.owl-theme .owl-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	pointer-events: none;
}
.owl-dots{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.owl-prev{
	left: 10px;
	background-image: url(../img/prev.png);
}
.owl-next{
	right: 10px;
	background-image: url(../img/next.png);
}
.owl-nav [class*=owl-] {
	width: 30px;
	height: 58px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .5;
	pointer-events: all;
}

.owl-nav [class*=owl-]:hover {
	opacity: 1;
}

.owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	pointer-events: all;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 8px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 10px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #c4d11f;
}