.owl-theme .owl-controls{
	text-align: center;
	overflow:hidden;
	padding:20px 0 0;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	width:42px;
	height:42px;
	line-height:42px;
	color: #fff;
	font-size: 12px;
	background: rgba(42,42,42,0.20);
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	float:left;
	border-radius:0 5px 5px 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	float:right;
	border-radius:5px 0 0 5px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
	background: rgba(42,42,42,1);
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	vertical-align:middle;
	padding:0 6px;
}
.owl-theme .owl-controls .owl-page span{
	display:block;
	width:25px;
	height:3px;
	background:#edecee;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#414141;}
/* 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(../images/AjaxLoader.gif) no-repeat center center
}
