.owl-theme .owl-controls {
	
	text-align: center; 
	-webkit-tap-highlight-color: transparent;
	margin:0px auto 0; max-width:1200px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #000;
	

	top:42%;
	position:absolute;
	display: inline-block;
	cursor: pointer; font-size:0;
  
}


.gal_img .owl-prev{ background:url(../images/infra/prev.png) no-repeat; width:140px;  height:100%;left:-9%;	background-size:contain; }
.gal_img .owl-next{ background:url(../images/infra/next.png) no-repeat scroll; right:-9%;width:140px;  height:100%; background-size:contain;}
.gal_img .owl-dots{ display:none !important;}


.ami_wrap .owl-prev{ background:url(../images/prev_ami.png) no-repeat; width:11px;  height:20px;left:-5%;	 }
.ami_wrap .owl-next{ background:url(../images/nex_amit.png) no-repeat scroll; right:-5%;width:11px;  height:20px;}
.ami_wrap .owl-dots{ display:none !important;}
.ami_wrap .owl-theme .owl-controls .owl-nav [class*=owl-] {top:30%;}



.owl-controls{  top:50%;}

.fut_right .owl-controls .owl-nav{ display:none;}
.fut_right .owl-prev{ background:url(../images/prev.png) no-repeat; width:27px;  height:50px;left:2%; background-size:contain;	 }
.fut_right .owl-next{ background:url(../images/next.png) no-repeat scroll; right:2%;width:27px;  height:50px; background-size:contain;	}


.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	/*background: #869791;
	color: #fff;*/
	text-decoration: none
}
.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: 7px;
	height: 7px;
	margin: 0px 3px; border:2px solid #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;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
