.owl-dot {
  display: none !important;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	position:absolute;
	top:50%;
	width:40px;
	height:40px;
	text-indent:-9999px;
	margin-top: -20px;
	opacity:0;
}

.owl-theme:hover .owl-nav [class*='owl-']{
	opacity:1;
}
.owl-theme .owl-nav .disabled {
	/*opacity: 0.5;*/
	cursor: default;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	 left: 50%;
	list-style: outside none none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	width: 60%;
	z-index: 15;
	bottom:0;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
	  width: 10px;
	  height: 10px;
	  margin: 5px 7px;
	  background: #D6D6D6;
	  display: block;
	  -webkit-backface-visibility: visible;
	  transition: opacity 200ms ease;
	  border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791; 
}
.owl-prev {
  left:20px;
  background:rgba(0, 0, 0, 0) url("images/large_left.png") no-repeat scroll 0 0;
}
.owl-prev:hover{
  background:rgba(0, 0, 0, 0) url("images/large_left.png") no-repeat scroll left bottom;
}
.owl-next {
  right:20px;
  background:rgba(0, 0, 0, 0) url("images/large_right.png") no-repeat scroll 0 0;
}
.owl-next:hover{
  background:rgba(0, 0, 0, 0) url("images/large_right.png") no-repeat scroll left bottom;
}
