.owl-theme .owl-controls{
	text-align: center;
    box-shadow: inset 0 -1px 0 #e1e1e1, inset 0 -3px 0 #ececec, inset 0 -6px 15px #f3f3f3, inset 0 -2px 10px #f3f3f3;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #666666;
	display: inline-block;
	padding: 3px 0px;
	font-size: 12px;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #D4D4D4;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #111111;
}

.owl-theme .owl-controls .owl-page 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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
