.royalSlider{
	position: relative;
	width: 100%;
	max-width: 920px;
	min-width: 300px;
}
.rsOverflow {
	width: 100% !important;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}