.bottom_mobile .nav-btn {
	height: 47px;
	position: absolute;
	width: 26px;
	cursor: pointer;
	top: 100px !important;
}

.bottom_mobile .owl-prev.disabled,.bottom_mobile .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.bottom_mobile .prev-slide {
  	background: url(nav-icon.png) no-repeat scroll 0 0;
  	left: -33px;
}
.bottom_mobile .next-slide {
  	background: url(nav-icon.png) no-repeat scroll -24px 0px;
  	right: -33px;
}
.bottom_mobile .prev-slide:hover {
 	background-position: 0px -53px;
}
.bottom_mobile .next-slide:hover {
	background-position: -24px -53px;
}  