/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls{
	text-align: center;
	padding-left:25px;
}
.blocked-area .owl-theme .owl-controls{
	padding-left:0;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-buttons{}
.owl-theme .owl-buttons div{
	display: inline-block;
	zoom: 1; position:absolute; top:-20px;
	*display: inline;/*IE7 life-saver */
	 width:30px; height:100%;
	 text-indent:-9999px;
	z-index:11;  
	display:block;
}
.owl-theme:hover .owl-buttons div{
	display:block;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-buttons div:hover{
	color:#666;
	text-decoration: none;
}
.owl-theme .owl-buttons div.owl-prev{
 background:url(../images/scroll-left-ray.png) no-repeat left center;  left:-40px;
}
.owl-theme .owl-buttons div.owl-prev:hover{ background:url(../images/scroll-left.png) no-repeat left center; }
.owl-theme .owl-buttons div.owl-next{
 background:url(../images/scroll-right-ray.png) no-repeat left center; right:-50px;
}
.owl-theme .owl-buttons div.owl-next:hover{ background:url(../images/scroll-right.png) no-repeat left center; }
.owl-theme .owl-buttons div:hover{
	color:#fff; 
}
.carousel-alt.owl-theme .owl-buttons div{
	background:none;
	color:#999;
	margin-top:-10px;
	display:block;
}
.carousel-alt.owl-theme .owl-buttons div.owl-prev{
	left:-30px;
}
.carousel-alt.owl-theme .owl-buttons div.owl-next{
	right:-30px;
}
.single-carousel.owl-theme .owl-buttons div.owl-prev{
	left:15px;
}
.single-carousel.owl-theme .owl-buttons div.owl-next{
	right:15px;
}
/* Styling Pagination*/
.owl-theme .owl-page{
	display: inline-block;
	zoom: 1; 
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-page span{
	display: block;
	width: 10px;
	height:10px;
	margin: 3px; display:inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	 background:#222;
}
.owl-theme .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1; background:#179e9e;
}
/* If PaginationNumbers is true */
.owl-theme .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;
	margin-top:10px;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
.owl-carousel .item{
	margin-left:8px;
}
.owl-carousel .owl-wrapper-outer{
	width:101%!important;
}
.owl-carousel.single-carousel .owl-wrapper-outer{
	width:100%!important;
}
.owl-carousel.single-carousel .item{
	margin-left: 15px;
	margin-right: 15px;
}
.owl-carousel.single-carousel{
	margin-left:0;
}
.owl-carousel{
	margin:0;
	list-style-type:none;
}
.carousel-fw.owl-theme .owl-buttons{
	width:100%;
}
.owl-pagination{
	margin-top:20px;
}
.owl-carousel{
	margin-left:-8px;
}