.owl-carousel.owl-drag .owl-item {
	text-align: center;
 }
 .item{
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
 }
 
 .owl-carousel .owl-item img {
	 width: 96px;
	 margin-left: auto;
	 margin-right: auto;
 }
 

 
.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 4px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2E2A25
}

.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(46,42,37,0.1);
}