.owl-theme .owl-controls{
	margin-top: 13px;
	margin-bottom: -4px;
	text-align: center;
}
.owl-theme .owl-controls .owl-dots {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 9px;
}
.owl-theme .owl-controls .owl-dots .owl-dot span  {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #293e86;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot span:hover {
	background: #cebcbc;
}