.owl-theme .owl-pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	display: block;
	position: absolute;
	top: 50%;
	font-size: 32px;
	line-height: 34px;
	height: 34px;
	color: #999;
	margin: -25px 0 0 0;
	padding: 5px 10px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	zoom: 1;
	
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 14px;
	background-color: #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 5px 7px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #444;
}
