.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.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 {
	background: #001ba6 none repeat scroll 0 0;
	display: block;
	height: 15px;
	margin: 10px 1px;
	width: 17px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #666666 none repeat scroll 0 0;
}
.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;
}
.owl-item.loading {
	min-height: 150px;
}


.serviceSliding .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
}
.serviceSliding .owl-buttons {
	float: none;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 99;
}
.serviceSliding .owl-theme .owl-controls .owl-prev {
	background: #fff url("../../images/prev.png") no-repeat scroll center center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	height: 40px;
	left:-45px;
	position: absolute;
	width: 40px
}
.serviceSliding .owl-theme .owl-controls .owl-next{
	background: #fff url("../../images/next.png") no-repeat scroll center center;
	border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 40px;
    position: absolute;
    right:-45px;
    width: 40px;
}

.serviceSliding .owl-theme .owl-controls .owl-page span {
	display: none;
}


.newsContent .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
}
.newsContent .owl-buttons {
	float: none;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 99;
}
.newsContent .owl-theme .owl-controls .owl-prev {
	background: #fff url("../../images/prev.png") no-repeat scroll center center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	height: 40px;
	left:-45px;
	position: absolute;
	width: 40px
}
.newsContent .owl-theme .owl-controls .owl-next{
	background: #fff url("../../images/next.png") no-repeat scroll center center;
	border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 40px;
    position: absolute;
    right:-45px;
    width: 40px;
}

.newsContent .owl-theme .owl-controls .owl-page span {
	display: none;
}


.innerProjectGalleryContent .owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
}
.innerProjectGalleryContent .owl-buttons {
	float: none;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 99;
}
.innerProjectGalleryContent .owl-theme .owl-controls .owl-prev {
	background: #fff url("../../images/prev.png") no-repeat scroll center center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	height: 40px;
	left:-45px;
	position: absolute;
	width: 40px
}
.innerProjectGalleryContent .owl-theme .owl-controls .owl-next{
	background: #fff url("../../images/next.png") no-repeat scroll center center;
	border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 40px;
    position: absolute;
    right:-45px;
    width: 40px;
}
.innerProjectGalleryContent .owl-theme .owl-controls .owl-page span {
	display: none;
}







