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

.owl-theme .owl-controls{
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #2d2d2d;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	width: 26px;
	height: 39px;
	line-height: 70px;
	font-size: 12px;
	position: absolute;
	top: 120px;
	left: -9px;
	text-indent: -999em;
	background: url(../images/slider-prev.png) top center no-repeat;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -9px !important;
	left: auto;
	background: url(../images/slider-next.png) top center no-repeat;
}
/* Styling Pagination*/

.owl-pagination {
	width: 179px;
	display: block;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	width: 39px;
	height: 18px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 31px 0 0;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page:last-child { margin: 0 0 0 0; }

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 39px;
	height: 18px;
	background: #dadada;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #b8ee66;
}

/* 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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media only screen and (max-width: 800px) {
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	width: 29px;
	height: 18px;
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
}
}
@media only screen and (max-width: 400px) {
.owl-theme .owl-controls .owl-pagination { display: none !important; }
}