.device {
  width: 100%;
  position:relative;
}

.swiper-container {
  width: 100%;
  padding-bottom:25px;
  margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;.device .arrow-left
	
}

.device .arrow-left {
	background-image:url(../imgs/leftarrow.png);
  position: absolute;
  left: -82px;
  top: 49%;
  margin-top: -15px;
  width: 72px;
  height: 15px;
  z-index:999;

}

.device .arrow-left:hover {
	opacity:0.6;
}

.device .arrow-right {
  background-image:url(../imgs/rightarrow.png);
  position: absolute;
  right: -82px;
  top: 49%;
  margin-top: -15px;
  width: 72px;
  height: 15px;
    z-index:999;
}

.device .arrow-right:hover {
	opacity:0.6
}
