.owl-carousel{
	position: relative;
}

	.owl-carousel .owl-prev,.owl-carousel .owl-next{
		position: absolute;
		top: 50%;
		z-index: 9;
		width: 20px;
		height: 37px;
		margin-top: -19px;
		text-indent: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.owl-carousel .owl-prev{
		left: -26px;
		background: url(left.png) no-repeat;
	}
	.owl-carousel .owl-next{
		right: -26px;
		background: url(right.png) no-repeat;
	}
	.disabled{
		display: none;
	}

@media screen and (max-device-width : 640px ){
	.owl-carousel .owl-prev,.owl-carousel .owl-next{
		width: 10px;
		height: 19px;
		margin-top: -10px;
	}
	.owl-carousel .owl-prev{
		left: -16px;
		background: url(left.png) no-repeat;
		background-size: 100%;
	}
	.owl-carousel .owl-next{
		right: -16px;
		background: url(right.png) no-repeat;
		background-size: 100%;
	}
}