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

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

/*.owl-pagination{ position:relative; z-index:1;}
*/
.owl-buttons{ width:100%; height:0;position:absolute;bottom:45px; z-index:1;}


/* Styling Next and Prev buttons */

/*.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	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);
	opacity: 0.5;
}*/

.owl-theme .owl-controls .owl-next{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding:0;
	width:75px; height:74px;
	background: url(/sito/img/controls_gallery.png) no-repeat -83px 0px;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
}

.owl-theme .owl-controls .owl-prev{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin:0 160px 0 0;
	padding: 0;
	filter: Alpha(Opacity=65);/*IE7 fix*/	
	width:75px; height:74px;
	background: url(/sito/img/controls_gallery.png) no-repeat 0 0px;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
}

/* 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{
}

/* Styling Pagination*/
.owl-pagination{ position:relative; z-index:1;}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:10px 0 0;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	opacity:1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#207496;
}

/* 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(/sito/img/AjaxLoader.gif) no-repeat center center
}