/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav {
	display: none;
}

.owl-theme .owl-item {
	line-height: 0;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-dots {
	position: relative;
	bottom: 0;
	margin: 0;
	line-height: 0;
}
.owl-theme .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 6px;
	border-radius: 100%;
	-webkit-transition: all 0.2s;
        transition: all 0.2s;
	background: rgba(255,255,255,0.4);
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,0.9) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center;
}