img {
  width: 100%;
  vertical-align: middle;
  
}

.image-spliter,
img,
.mover {
  overflow: hidden;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}



.image-spliter {
  position: relative;
  width: 91%;
  margin-bottom:50px;
  margin-top:-20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
/* box-shadow: 0px 0px 13px 2px rgba(0,0,0,0.35); */

}


/* Mobile styles */
@media (max-width: 640px) {
.image-spliter {
	margin-top:0px;

}
}





.img-left {
  position: absolute;
  top: 0;
  left:0;
}

.mover {
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  z-index: 10;
  cursor: pointer;
}
.mover:before,
.mover:after {
  position:absolute;
  left:50%;
  content: "";

 background:url(/img/arows.png)  no-repeat;
  cursor: -webkit-grab;
  cursor: grab;
}

.mover:before {
  top: 0;
  transform:translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #fff;

}
.mover:after {
  top: 50%;
  transform:translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  opacity: 0.6;
 
  
}
