/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: right;
	width:200px;
	position:absolute; bottom:20px; right:0px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0px;
	padding: 0px 0px;
	font-size: 12px;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	background: #B11529;
}
/* 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: 10px;
	height: 10px;
	margin: 0px 3px;
	/*filter: Alpha(Opacity=50);*//*IE7 fix*/
	/*opacity: 0.5;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #1E1E1E;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	/*filter: Alpha(Opacity=100);*//*IE7 fix*/
	/*opacity: 1;*/
	background:#FFF;
}

/* 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
}
#owl-slider .owl-controls .owl-buttons {}
#owl-comments .owl-controls .owl-buttons {display:none;}
#owl-comments .owl-controls {bottom:-45px;right:0;}
#owl-comments .owl-controls .owl-buttons div {font-size:0px;line-height:0px;width:30px;height:30px; text-indent:-2000px;}
#owl-comments .owl-controls .owl-buttons div.owl-prev {position:absolute;left:-60px;top:0;width:23px;height:44px;}
#owl-comments .owl-controls .owl-buttons div.owl-next {position:absolute;right:-60px;top:-0px;width:23px;height:44px;}
#owl-comments .owl-controls .owl-pagination {margin-top:-35px;}
#owl-comments .owl-controls {width:95%;position:absolute;bottom:0px;left:0px;}
#owl-comments  .owl-controls .owl-page span{}
#owl-comments .owl-controls .owl-page.active span, #owl-comments .owl-controls.clickable .owl-page:hover span{}
#owl-brands .owl-controls {display:none !important;}

#owl-slider .owl-controls .owl-buttons div {font-size:0px;line-height:0px;width:30px;height:30px; text-indent:-2000px;}
#owl-slider .owl-controls .owl-buttons div.owl-prev {background:url(../images/arrow-left.png) 0 0 no-repeat;position:absolute;left:0px;top:-165px;width:36px;height:67px;}
#owl-slider .owl-controls .owl-buttons div.owl-next {background:url(../images/arrow-right.png) 0 0 no-repeat;position:absolute;right:0px;top:-165px;width:36px;height:67px;}
#owl-slider .owl-controls .owl-pagination {margin-right:50px;}
#owl-slider .owl-controls {display:block !important;width:100%;}