/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/
.owl-controls{
	position:relatiave; z-index:500;
	width:100%;
	left:0; top:0;
	text-align: center;
}
.owl-pagination{ display:;position:relative; z-index:500; text-align: right; }
#owl-demo .owl-pagination{ top:-86px; margin-right:10px; }
/* Styling Next and Prev buttons */
.owl-buttons{ width:100%; position:relative; left:0; z-index:500; }
	#owl-demo .owl-buttons div{ top:-280px; position:absolute; width:34px; height:51px; }
.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;
}

/* 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: 15px;
	height: 15px;
	margin: 5px 3px;
	background: url(../img/m-visual-btn.png) no-repeat;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-position:left -15px;
}

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