.imagesslider {
    margin: 0px 0 20px 0;
    position: relative;
    box-shadow: 0 0 0 1px #E9E9E9;
    overflow: hidden;
}

.imagesslider .js-carousel-next-button:before,
.imagesslider .js-carousel-prev-button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d9';
  font-size: 21px;
  left: -6px;
  top: -9px;
}

.imagesslider .js-carousel-next-button:before {
    content:'\f0da';
    left: -2px;
}

.imagesslider img {
  width: 100%;
}

.imagesslider button{
  position:absolute;
  z-index: 5;
  bottom: 19px;
  left: 10%;
  /* transform: rotate(338deg); */
}
.button-wrapper{
  width: 100%;
  top: 93px;
  position: absolute;
}
.button-wrapper .kassy-button{
 position: absolute;
 height: 40px;
 left: 10%;
 color: #ffffff;
 width: 15%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f74246+0,ed6f6f+100 */
 background: #f74246; /* Old browsers */
 background: -moz-linear-gradient(top, #f74246 0%, #ed6f6f 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, #f74246 0%,#ed6f6f 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, #f74246 0%,#ed6f6f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74246', endColorstr='#ed6f6f',GradientType=0 ); /* IE6-9 */
}

.button-wrapper .kassy-button:hover{
  opacity:0.8;
}