.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/*.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}*/

.owl-theme .owl-controls .owl-page {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 20px;
	margin: 0 3px;
	padding-bottom: 5px;
}

.owl-theme .owl-controls .owl-page span {
	font-weight: bold;
	font-weight: 600;
	font-size: 12px;
	color: #016a9a;
	border-bottom: 1px solid #b2d2e1;
}

.owl-theme .owl-controls .owl-page.active {
	background: #0070a3;
	text-align: center;
	*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '<i class="before">&nbsp;</i>'));
}

.owl-theme .owl-controls .owl-page.active:before,
.owl-theme .owl-controls .owl-page.active .before {
	display: block;
	position: absolute;
	bottom: 100%;
	width: 20px;
	height: 7px;
	background: url('../../images/owl_flag.png') 0 0 no-repeat transparent;
	content: '';
}

.owl-theme .owl-controls .owl-page.active:after,
.owl-theme .owl-controls .owl-page.active .after {
	display: block;
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 5px;
	height: 4px;
	content: '';
	background: url('../../images/owl_tile.png') 0 0 no-repeat transparent;
}

.owl-theme .owl-controls .owl-page.active span {
	color: #fff;
	border: 0;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
	font-size: 12px;
}

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