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

.owl-theme .owl-controls{
	margin-top: -30px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.owl-prev:hover {
	background: url(../image/button-previous-hover.png) center no-repeat;
}
.owl-next:hover {
	background: url(../image/button-next-hover.png) center no-repeat;
}
.owl-prev {
	text-indent: -9999px;
	background: url(../image/button-previous.png) center no-repeat;
	width: 40px; 
	height: 40px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
display: inline-block;
}
.owl-next {
	text-indent: -9999px;
	background: url(../image/button-next.png) center no-repeat;
	width: 40px; 
	height: 40px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
display: inline-block;
}
/* 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{
	width: 14px; height: 14px;margin: 5px 2px; display: block; background: #fff; background: rgba(0,0,0,0.4); cursor: pointer; text-indent: -9999px; 
	-webkit-border-radius: 28px; 
	-moz-border-radius: 28px; 
	-o-border-radius: 28px; 
	border-radius: 28px; 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #333; background: rgba(0,0,0,0.7); 
}
/* If PaginationNumbers is true */
.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(../image/AjaxLoader.gif) no-repeat center center
}