/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.bannercontent .owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	 position: absolute;
margin-top: -137px;
left: 45%;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	
	zoom: 1;
	
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	/*display: inline-block;display: inline;-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;*/
	
}






/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.bannercontent .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.bannercontent .owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.bannercontent .owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 10px;
height: 7px;
	margin: 5px 4px 8px;
	
	padding:2px 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #abce36 ;
}

.bannercontent .owl-theme .owl-controls .owl-dot.active span,
.bannercontent .owl-theme .owl-controls.clickable .owl-dot:hover span{
		background: #fff ;
}



/* Gallery*/

.gallery .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.gallery .owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.gallery .owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px 5px;
	background: #ccc ;
}

.gallery .owl-theme .owl-controls .owl-dot.active span,
.gallery .owl-theme .owl-controls.clickable .owl-dot:hover span{
		background: #982022 ;
}





/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-dot 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(../Images/AjaxLoader.gif) no-repeat center center
}

.bannerimges .owl-theme .owl-controls .owl-buttons .owl-prev{
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
margin: -320px 0px 0px -600px;	filter: Alpha(Opacity=50);/*IE7 fix*/
	
	position:absolute;
	background-image:url(../Images/arrow-left.png); background-repeat:no-repeat;
	  height:68px;
	 font-size:0px;
	 
	 
	
}

.bannerimges .owl-theme .owl-controls .owl-buttons .owl-next{
	color: #ffffff;
	display: inline-block;
	zoom: 1;
	display: inline;/*IE7 life-saver */
margin: -320px 0px 0px 520px;	filter: Alpha(Opacity=50);/*IE7 fix*/
background-image:url(../Images/arrow-right.png); background-repeat:no-repeat;
	position:absolute;
	 height:68px;
	 font-size:0px;
	width: 78px;
}


