.owl-carousel .itemimg {
    padding: 0;
}

.owl-carousel .owl-dots {
	position:absolute; bottom:0;
	margin:0;
	width:100%;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: block;
	width: 20%;
	float:left;
	zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span{
	display: block;
	width: 100%;
	height: 5px;
	margin: 0;
	opacity: 0.25; filter: Alpha(Opacity=25);
	background: #00ff88;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span{
	opacity: 0.75; filter: Alpha(Opacity=75);
}

.owl-carousel .owl-nav {
	margin-top: 0;
}