/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
text-align: left;
  -webkit-tap-highlight-color: transparent;
  margin: -43px 0 0 156px;
  position:relative;
}
.owl-5.owl-theme .owl-controls {
text-align: left;
  -webkit-tap-highlight-color: transparent;
  margin: -43px 0 0 0;
  position:relative;
}



.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.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 3px;
  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;
  border:1px solid white;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}



 .owl-7 .owl-prev
{
	background:url(../img/new-prev.png) no-repeat;
	width:42px;
	float:left;
	height:41px;
	
}
 .owl-7 .owl-next
{
	background:url(../img/newnext.png) no-repeat;
	width:42px;
	height:41px;
	float:right;
	padding-right:140px;
}



 .owl-4 .owl-prev
{
	background:url(../img/arr-l.png) no-repeat;
	width:40px;
	float:left;
	height:40px;
}
 .owl-4 .owl-next
{
	background:url(../img/arr-r.png) no-repeat;
	width:40px;
	height:40px;
	float:right;
	
}
 .owl-5 .owl-prev
{
	background:url(../img/arr-2-l.png) no-repeat;
	width:40px;
	float:left;
	height:40px;
}
 .owl-5 .owl-next
{
	background:url(../img/arr-2-r.png) no-repeat;
	width:40px;
	height:40px;
	float:right;
	
}
 .owl-4 .owl-prev:hover
{
	background:url(../img/arr-l-hover.png) no-repeat;
}
 .owl-4 .owl-next:hover
{
	background:url(../img/arr-r-hover.png) no-repeat;
}
.owl-4 .owl-controls
{
	overflow:hidden;
}
.owl-4.owl-theme .owl-controls
{
	margin: 0;
  position: relative;
  top: -250px;
}
.owl-4 .owl-stage-outer
{
	padding:0 81px 0 94px;  
}
.owl-5 .owl-stage-outer
{
	   max-width: 764px;
  margin: 0 auto;
}