/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

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

.owl-controls{margin:0;}
.owl-controls .owl-buttons div{
	top: 50%;
	padding: 0;
	opacity: 1;
	width: 40px;
	height: 40px;
	color: #fff;
	display: block;
	margin: -20px 0 0;
	line-height: 40px;
	border-radius: 50%;
	position: absolute;
	background: transparent;
	border: 2px solid #fff;
}
.owl-controls .owl-buttons div.owl-prev{left:50px;}
.owl-controls .owl-buttons div.owl-next{right:50px;}
.owl-controls .owl-buttons div:hover{
	background:#373542;
	color:#fff;
	-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.30);
	box-shadow: 0 0 0 3px rgba(255,255,255,0.30);
}
.owl-controls .owl-buttons div i{
	display:block;
	font-size:18px;
	line-height:36px;
}



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

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	border:1px solid #ddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: none;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.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.html) no-repeat center center
}



