.royalSlider {
	width: 558px;
	height: 260px;
	position: relative;
	direction: ltr;
	overflow:hidden
}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsContent a img{
	border:0;
	}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
}


.rsMinW .rsBullets {
	position: absolute;
	bottom: 35px;
	right: 73px;
	z-index: 35;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #e80000;
}



