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

.owl-theme .owl-controls{
	margin-top: -50px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */ font-size:0px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{ position:absolute;  background:url(../img/silder_left.jpg) no-repeat; width:41px; height:41px;  left:-50px; top:47%; -webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;}


.owl-theme .owl-controls .owl-buttons .owl-next{ position:absolute;  background:url(../img/silder_right.jpg) no-repeat 0px 0px;  width:41px; height:41px;  right:-50px; top:47%; -webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;}


.owl-theme .owl-controls .owl-buttons .owl-prev1{ position:absolute;  background: url(../img/left-arrow.png) no-repeat; width:19px; height:28px; top:65px; left:-22px;}
.owl-theme .owl-controls .owl-buttons .owl-next1{ position:absolute;  background:url(../img/right-arrwo.png) no-repeat; width:19px; height:28px; top:65px; right:-22px;}

/* 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{
	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: 7px;
	height: 7px;
	margin: 5px 9px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff; display:inline-block; vertical-align:middle;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8;
	background: #fff; width:12px; height:12px;
}

/* 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: 190px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-pagination{ position:relative; top:0px;}



.customNavigation{ float:right; margin:6px 16px 0px 0px;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

