

.royalslider { position: relative;  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }

.royalslider__cab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 254px;
  background-image: url(../img/bgcab.png);
  background-repeat: repeat-x;
  pointer-events: none;
}
