.royalSlider{
	position: relative;
	width: 100%;
	max-width: 920px;
	min-width: 300px;
}
.rsOverflow {
	width: 100%;
	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%;
}
.rsBullets{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: 20px;
	text-align: center;
}
.rsBullets .rsBullet{
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 6px;
	background: rgba(255,255,255,0.3);
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.rsBullets .rsNavSelected{
	background: rgb(100 40 135);
}
