/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	padding-left:25px;
}
.owl-alt-controls.owl-theme .owl-controls{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left:0;
}
.blocked-area .owl-theme .owl-controls{
	padding-left:0;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #999;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	position:absolute;
	top:50%;
	margin-top:-10px;
}
/* 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{
	color:#666;
	text-decoration: none;
}
.owl-alt-controls.owl-theme .owl-controls .owl-buttons div, .o