/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */

.royalSlider_portal {
	width: 1060px;
	height: 350px;
	position: relative;
	direction: ltr;
}


.royalSlider_portal .rsThumb {
	float: left;
       height: 40px;
       width: 150px;
}


.royalSlider_portal .rsArrow,
.royalSlider_portal .rsNav,
.royalSlider_portal .rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.royalSlider_portal .rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.royalSlider_portal .rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}


/***************
*
*  2. Bullets
*
****************/

.royalSlider_portal .rsBullets {
	position: absolute;
       top: 290px;
	left: -40px;
       width: 200px;
	z-index: 30000;
	padding-top: 4px;
	height: 20px;
	text-align: right;
	line-height: 10px;
	bottom: 15px;
	overflow: hidden;
}
.royalSlider_portal .rsBullet {
	width: 11px;
	height: 11px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.royalSlider_portal .rsBullet span {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 0%;
	background: #e7f3de;
       border: 1px solid #e7f3de;

}




.royalSlider_portal .rsBullet.rsNavSelected span {
	background: #00874b;
       border: 1px solid #fff;
}
.royalSlider_portal .rsBullet span:hover {
	background: #595F61;
       border: 1px solid #fff;
}

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

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

.royalSlider_portal .rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
       /* width: 100%;*/
}
.royalSlider_portal .rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}



.bigslider_nav .thumbNav a.cur:hover {
    color: #E20A16;
    text-decoration: none;
}