/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{ 	
 	position:relative;	 	
}
.owl-theme .owl-pagination { margin-top:-58px; text-align:center;	 }
.owl-theme .owl-buttons { margin-top:-90px; }
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: block;
	overflow:hidden;
	width:18px; height:30px;
	background-image:url(/images/video-arrow.png); background-repeat:no-repeat; background-position:0px 0px;
 	text-indent:-99999px;
	position:absolute; top:0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev { left:50px; }
.owl-theme .owl-controls .owl-buttons div.owl-next { background-position:-22px 0px; right:50px; }
/* 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: 12px;
	height: 12px;
	margin: 5px 7px;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color:#050505;
}

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

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