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

.owl-theme .owl-controls{

text-align: right;
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background:transparent;
pointer-events:none;

}




.owl-prev{
	position:absolute;
	left:0px;
	background-image:url("../img/ui/arrow_left.png");
	text-indent: -9999px;
	pointer-events:auto;
}


.owl-next{
	position:absolute;
	right:0px;
	background-image:url("../img/ui/arrow_right.png");
	text-indent: -9999px;
	pointer-events:auto;

}


/* Styling Next and Prev buttons */



.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	padding: 0px;
	font-size: 12px;
	width:50px;
	height:50px;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=10);/*IE7 fix*/
	opacity: 0.1;
	
}


.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	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: 10px;
	height: 10px;
	margin: 5px 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background:#333;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
}

.owl-dot, .owl-dot active{background:transparent!important;}

.dotshere .owl-dot span, .dotshere2 .owl-dot span, .dotshere3 .owl-dot span, .dotshere3b .owl-dot span{
	display: block;
	width: 7px;
	height: 7px;
	margin: 20px 2px;
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.6;
	float:left;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	pointer-events:auto;
	cursor:pointer;
	
}


.dotshere .owl-dot span{
	background:#fff;
	}
	
	.dotshere2 .owl-dot span{
	background:#333;
	}
	
	.dotshere3 .owl-dot span{
	background:#333;
	}
	
	
	.dotshere3b .owl-dot span{
	background:#333;
	}
	


.dotshere3 .owl-dot.active span,.dotshere .owl-dot.active span, .dotshere2 .owl-dot.active span, .dotshere3b .owl-dot.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	
}

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

}


.owl-pagination{
	
	position:absolute; width:100%; height:50px; bottom:0px; left:0px;  text-align:center; pointer-events:none;
}

#topslidermenu .owl-pagination{text-align:center;}

.owl-buttons{
	
	position:absolute; width:100%; height:50px; margin-top:-50px; top:50%; left:0px; pointer-events:none;
}


/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}