.owl-theme .owl-controls{
	position:absolute;
	left:50%;
	bottom:-60px;
    text-align:center;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.owl-theme .owl-dots{
	display:inline-block;
	height:15px;
}
.owl-theme .owl-controls .owl-nav div{
	position:absolute;
	display:inline-block;
	width:15px;
	height:15px;
	background:url(/img/icons/arrow.png) no-repeat center / 18px 8px;
	transition:0.3s ease;
}
.owl-theme .owl-controls .owl-nav div:hover{
	opacity:0.6;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.owl-theme .owl-controls .owl-nav div{background-image:url(/img/icons/arrow@2x.png);}
}
.owl-theme .owl-controls .owl-nav div.owl-prev{
	left:-40px;
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-theme .owl-controls .owl-nav div.owl-next{
	right:-40px;
}
.owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 0px 4px;
	background: #bbb;
	transition:0.5s ease;
	border-radius:50%;
}
.owl-theme .owl-controls .owl-dot:hover span{
	background: #46bfe0;
}
.owl-theme .owl-controls .owl-dot.active span, .owl-theme .owl-controls .owl-dot.active:hover span{
	background: #46bfe0;
}
.owl-theme .owl-controls .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}