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

.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
    background: none repeat scroll 0 0 #747171;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{

  float: left;
  height: 37px;
  margin-left: 14px;
  margin-top: -180px;
  opacity: 0.6;
  width: 37px;
}
/* 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=80);/*IE7 fix*/
	opacity: 0.8;
	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{
  background-image: url("../../images/front/owl/featured-pager.png");
  background-position: 0 0;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 12px;
  line-height: 1;
  margin: 5px 7px;
  opacity: 0.7;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
  width: 12px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	
  background-position: 0 -112px;
  opacity: 1;
  text-decoration: none;
}

/* 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-prev{	background: url("../../images/front/owl/featured-prev.png") no-repeat scroll left top transparent;}
.owl-next{
    height: 37px;
  margin-right: 14px;
  margin-top: -180px;
  opacity: 0.6;
  width: 37px;float: right !important;	background: url("../../images/front/owl/featured-next.png") no-repeat scroll left top transparent !important;}