
.royalSlider {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}


/***************
*
*  Arrows
*
****************/

.rsArrow {
	height: 50px;
	width: 50px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsArrowLeft { left: 5px; top: 50%; margin-top: -25px; }
.rsArrowRight { right: 5px; top: 50%; margin-top: -25px; }

.rsArrowIcn {		
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;	
	background: url('rs-minimal-white.png') transparent;
	background-size:30px;
}

.rsArrowLeft .rsArrowIcn {
	background: url('../img/css-img/rs-arrow-left.png') transparent;
	background: url('../img/css-img/rs-arrow-left.svg') transparent;
	background-size:50px;
	}
.rsArrowRight .rsArrowIcn {
	background: url('../img/css-img/rs-arrow-right.png') transparent;
	background: url('../img/css-img/rs-arrow-right.svg') transparent;
	background-size:50px;
	}

.rsArrowDisabled .rsArrowIcn { opacity: .4 !important; filter: alpha(opacity=40);  *display: none; }

.rsOverflow {
    position: initial;
}

