.royalSlider {
	position: relative;
	direction: ltr;
	width: 100%;
}
.royalSlider > * {
	float: left;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}



.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}

.rsSlide {

	position: absolute;
	left: 0;
	top: 0;

	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;

}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(img/grab.png) 8 8, move; 
}
