.owl-theme .owl-controls{
	padding: 30px 0 0;
	text-align: center;
}
.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{
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
}
.owl-theme .owl-controls .owl-page span{
	width: 7px;
	height: 7px;
	display: block;
	background: #363636;
	border: 2px solid #363636;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	width: 12px;
	height: 12px;
	border-color: ;
	background: #fff;
}
.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
}