.owl-theme .owl-controls{
	margin-top: 40px;
	text-align: left;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #fff;
	width:30px;
	height:30px;
	font-size:18px
	line-height:30px;
	margin:0 2px 0 0;
	text-align:center;
	background: #272727;
	display: inline-block;
	vertical-align:middle;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
	color:#272727;
}
.owl-theme .owl-controls .owl-page{padding: 4px 0;}
.owl-theme .owl-controls .owl-page span{
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	border-radius: 50%;
	position: relative;
	border: 2px solid #fff;
}
.owl-theme .owl-controls .owl-page span:after{
	top: 4px;
	left: 4px;
	content: '';
	width: 8px;
	height: 8px;
	background: #000;
	position: absolute;
	border-radius: 50%;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{border-color: #000;}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #fff;
	font-size: 12px;
	padding: 2px 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}