.owl-theme .owl-controls{
    position: absolute;
	top:0;
	right:0;
    text-align: right;
}
.owl-theme .owl-dots{
	width:auto;
	display:inline-block;
}
.owl-theme .owl-controls .owl-nav div{
	position:absolute;
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 12px;
	background: #869791;
}
.owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 14px;
	height: 14px;
	margin: 0px 8px 0 0;
	background:none;
	background:#ccc;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
}
.owl-theme .owl-controls .owl-dot span:hover{
	background:#aaa;
}
.owl-theme .owl-controls .owl-dot.active span, .owl-theme .owl-controls .owl-dot.active:hover span{
	background:#eda615;
}
.owl-theme .owl-controls .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}