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

.owl-theme .owl-controls{
	/*position: absolute;
	top: 0;*/
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}







.owl-slider .owl-prev{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: -52px;
	width: 35px;
	height: 35px;
	background: url(../../img/slider-larr.png) no-repeat 0 0;
}
.owl-slider .owl-next{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: -52px;
	width: 35px;
	height: 35px;
	background: url(../../img/slider-rarr.png) no-repeat 0 0;
}







/* Styling Pagination*/

.main-slider .owl-pagination{
	height: 17px;
	position: relative;
	margin-top: -40px;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.main-slider .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 4px;
	background: url(../img/slider-itm.png) no-repeat 0 0;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: url(../img/slider-itm-a.png) no-repeat 0 0;
}

/* 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(AjaxLoader.gif) no-repeat center center
}