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

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

/* Styling Next and Prev buttons */

.yuzo_pro .owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.95;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.yuzo_pro .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.yuzo_pro .owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.yuzo_pro .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.yuzo_pro .owl-theme .owl-controls .owl-page.active span,
.yuzo_pro .owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.yuzo_pro .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 */
.yuzo_pro .owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* CUSTOM THEME */
.yuzo_pro .owl-pagination{
	position: absolute;
    top: 6px;
    right: 112px;
}
.yuzo_pro .owl-controls{
	font-family: "FontAwesome";
}
.yuzo_pro .owl-prev:before,
.yuzo_pro .owl-next:before{
	font-size: 30px;
	font-family: "FontAwesome";
	top: 35%;
    position: relative;
}
.yuzo_pro .owl-prev:before{
	content:"\f104";
}
.yuzo_pro .owl-next:before{
	content:"\f105";
}
.yuzo_pro .owl-carousel{
	position: relative;
}
.yuzo_pro .owl-theme .owl-buttons div{
	margin: 0;
}
.yuzo_pro .owl-theme .owl-buttons{
	position: absolute;
	top     :0;
	left    : 0;
	width   : 100%;
	width   : 75px;
	height  : 144px;
}
.yuzo_pro .owl-theme .owl-prev,
.yuzo_pro .owl-theme .owl-next{
	border-radius: 0!important;
	background   : #FFE!important;
	color        : #97a9a9!important;
	position     : absolute;
	margin       : 0;
	height       : 100%;
}
.yuzo_pro .owl-theme .owl-prev{
	box-shadow: 1px 1px 1px #cecece;
	left      : 0;
}
.yuzo_pro .owl-theme .owl-next{
	right: -657px;
	box-shadow: 1px 1px 1px #cecece;
}
.yuzo_pro .owl-theme .owl-controls .owl-page span {
    border-radius: 0;
    width: 20px;
    background: white;
}