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

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	width:35px;
	height:64px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
	background:url(../img/rightarrow.png);
	margin-top:-32px;
	right:0;
	text-indent:-9999px;
}

.owl-theme .owl-controls .owl-nav .owl-prev {
	background:url(../img/leftarrow.png);
	margin-top:-32px;
	left:0;
	text-indent:-9999px;
}

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

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

.owl-theme .owl-dots .owl-dot span {
	width:50px;
	height:3px;
	margin:5px 7px;
	background:#6d7786;
	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;
}

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

@media (max-width: 500px) {
	.owl-prev,
	.owl-next {
		display: none !important;
	}	
}