/* RS Core CSS v1.0.3 custom */

div
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	/*user-select: none;*/
}

.royalSlider { direction: ltr; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl
{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer { -webkit-transform: none; }

.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 { cursor: pointer; }

.rsSlide
{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.rsContent
{
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader
{
	position: absolute;
	z-index: 0;
}

.rsABlock
{
	left: 0;
	top: 0;
	position: absolute;
	z-index: 25;
	-webkit-backface-visibility: hidden;
}

.grab-cursor
{
	cursor: -o-grab;
	/*cursor: grab;*/
}

.grabbing-cursor
{
	cursor: -o-grabbing;
	/*cursor: grabbing;*/
}

.grab-cursor-custom { cursor: url(grab.cur), move; }
.grabbing-cursor-custom { cursor: url(grabbing.cur), move; }
.rsNoDrag { cursor: auto; }
