.owl-theme .owl-nav {position: absolute; top: 0; width: 100%; height: 100%; -webkit-tap-highlight-color: transparent; z-index: 1;}
.owl-theme .owl-nav [class*='owl-'] {position: absolute; left: 50%; display: block;  margin: 0 0 0 -10px; width: 20px; height: 11px; font-size: 1px; text-indent: -9990px; background: url(images/arrows.png) no-repeat !important; cursor: pointer; z-index: 6;}
.owl-theme .owl-nav .owl-prev { top: -15px; background-position: 0 0 !important;}
.owl-theme .owl-nav .owl-next { bottom: -10px; background-position: -20px 0 !important;}
.owl-theme .owl-nav .owl-prev:hover {background-position: 0 -11px !important;}
.owl-theme .owl-nav .owl-next:hover {background-position: -20px -11px !important;}

.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px;}
.owl-theme .owl-dots {text-align: center; -webkit-tap-highlight-color: transparent;}
.owl-theme .owl-dots .owl-dot {display: inline-block; zoom: 1; *display: inline;}
.owl-theme .owl-dots .owl-dot span {display: block; width: 15px; height: 15px; margin: 5px 3px; background: none; border: 1px solid #000; border-radius: 45px; -webkit-backface-visibility: visible; transition: opacity 200ms ease;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #000;}
