.owl-theme .owl-nav [class*='owl-'] {
  	display: inline-block;
  	zoom: 1;
  	*display: inline; /*IE7 life-saver */
  	margin: 5px;
  	padding: 3px 10px;
  	font-size: 12px;
  	-webkit-border-radius: 30px;
  	-moz-border-radius: 30px;
  	border-radius: 30px;
  	/*background: #869791;*/
  	/*background: #328dbe;*/
  	filter: Alpha(Opacity=50); /*IE7 fix*/
  	opacity: 0.5;
  	/*text-indent: -1000px;*/
  	padding: 0;
  	font-size: 1px;
  	/*-webkit-border-radius: 50%;*/
  	/*-moz-border-radius: 50%;*/
  	/*border-radius: 50%;*/
  	background: transparent;
  	color: transparent;
  	display: block;
  	position: absolute;
  	left: -5px;
  	right: auto;
  	top: 30%;
  	width: 20px;
  	height: 20px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  	background: none;
  	filter: Alpha(Opacity=100);/*IE7 fix*/
  	opacity: 1;
  	text-decoration: none;
}

.owl-theme .owl-nav [class*='owl-']:last-child {
  	left: auto;
  	right: -5px;
}

.owl-theme .owl-nav [class*='owl-']:after {
  	display: block;
  	content: '<';
  	/*font-size: 28px;*/
  	/*border-radius: 50%;*/
  	color: #fff;
  	padding: 4px 16px;
  	position: absolute;
  	top: calc(50% - 9px);
  	left: calc(50% - 9px);
  	/*display: block;*/
  	height: 20px;
  	/*position: absolute;*/
  	/*top: -2px;*/
  	width: 17px;
  	/*background-size: 135px auto;*/
  	background: transparent url("/static/mobile/images/m-static-image-retina-3.png") -2px -260px / 193px auto;
  	content: '';
  	/*border: 1px solid #000;*/
  	padding: 0;
}

.owl-theme .owl-nav [class*='owl-']:last-child:after {
  	/*margin-left: 160px;*/
  	/*content: '>';*/
  	background-position: -18px -2px;
}

.compare-block.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
		margin: 0;
		pointer-events: none;
}
.compare-block.owl-theme .owl-nav [class*='owl-'] {
    position: relative;
		left: -15px;
		float: left;
    margin: 0;
    padding: 0;
    background: none;
    height: 100%;
    font-size: 0;
    pointer-events: auto;
    top: 0;
    opacity: 1;
}
.compare-block.owl-theme .owl-nav [class*='owl-']:last-child{
		float: right;
		right: 12px;
    left: auto;
}
.compare-block.owl-theme .owl-nav > [class*='owl-']:hover {
		background: none;
}
.compare-block.owl-theme .owl-nav [class*='owl-']:after {
		content: "";
    position: absolute;
	  display: inline-block;
	  margin-top: 50px;
	  top: 50px;
	  background: transparent url(/static/images/button-left.png);
	  background-size: 100%;
	  background-repeat: no-repeat;
	  width: 35px;
	  height: 85px;
}
.compare-block.owl-theme .owl-nav [class*='owl-']:last-child:after {
		background: transparent url("/static/images/button-right.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
