.sliderbox {
	min-width:960px;
	width:960px;
	height:374px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	position:relative;
}

#fullRoyalSlider{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 374px;
    width: 940px;
}

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 25%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');

	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	*background-color: #fff;
	
	border-radius: 16px;
}