
/**
*  Slides area (set background here)
*/

.royalSlider .royalWrapper {
	overflow:hidden;	
	position:relative;

	width:100%; 
	height:100%;
}
.royalSlider .royalSlide,
.royalSlider .royalWrapper {
	/* Bakground behind slides */
	background: transparent !important; 
	/* border: 1px solid #ececec; */
	margin-left: 20px;
}

/* Slider itself */
.royalSlider.forecasters {	
	padding-bottom: 26px;
}
/* Slider with thumbs (used to add padding based on thumbnails size)*/
.royalSlider.forecasters.with-thumbs {
	padding-bottom: 62px;
}

/* slide Content */

.royalHtmlContent {
	position:static !important;
	margin: 8% 12.6% 0 15%;
}
.royalHtmlContent .no-image-caption {
	/* margin-left: -40%;
	margin-right: 30%; */
}
.royalHtmlContent h3.slide-title {
	font-size: 24px;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
.royalHtmlContent p {
	margin: 0;
	padding: 0 0 10px 0;
}
.royalSlider .royalImage {
	max-width:none;
	float: left;
	width: 33%;
	margin:0 2.6% 0 0;
	padding: 2% !important;
	border: 1px solid #ececec !important;	
}
.royalSlider .caption-big-title {
	font-size: 24px;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
.royalSlider .caption-smaller-title {
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
}
/* 
	Left and right navigation arrows 	
*/
.royalSlider.forecasters .arrow {	
	background:url(controls-sprite.png) no-repeat 0 0;

	/* change arrows size here */
	width: 32px;
	height: 32px;
	margin-top:-29px;	
	
	-moz-opacity: 0.8;	
	opacity: 0.8;
}
/* arrow position in slider with thumbs */
.royalSlider.forecasters.with-thumbs .arrow {
	margin-top:-49px;
}

/* left arrow */
.royalSlider.forecasters .arrow.left {
	background-position: top left;
	left: -12px;	
}
/* right arrow */
.royalSlider.forecasters .arrow.right {
	background-position: top right;
	right: -12px;
}

/* Arrow down state */
.royalSlider.forecasters .arrow:active {
	
}

/* Arrow hover state */
.royalSlider.forecasters .arrow:hover {	
	-moz-opacity: 1;	
	opacity: 1;	
}
/* Arrow disabled state */
.royalSlider.forecasters .arrow.disabled {
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.forecasters .arrow.left.disabled {	
	background-position: -32px 0px;	
}
.royalSlider.forecasters .arrow.right.disabled {	
	background-position: -136px 0px;	
}



/* 

	Bullets and thumbnails navigation
	
*/
.royalSlider.forecasters .royalControlNavOverflow a {	
	background: url(controls-sprite.png) no-repeat 0 -164px transparent;
	width:18px;
	height:18px;	
	
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* Current bullet */
.royalSlider.forecasters .royalControlNavOverflow a.current {	
	background-position: 0 -182px !important;
}
/* Bullet hover state */
.royalSlider.forecasters .royalControlNavOverflow a:hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Bullets nav or thumbnails main container */
.royalSlider.forecasters .royalControlNavOverflow {
	margin-top:4px;
}
/* Thumbnails main container */
.royalSlider.forecasters .thumbsAndArrowsContainer {	
	margin: 5px 0 0 0;
	position: relative;
	float:left;
	background: #fff;	
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
}
.royalSlider.forecasters .royalControlNavOverflow.royalThumbs {	
	margin-top:4px;	
}

/* Thumbnails */
.royalSlider.forecasters .royalControlNavOverflow a.royalThumb{		
	background-color: transparent;	
	background-position: 1px 1px;
	
	width:80px;
	height:45px;	
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
	
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;		

	border: 1px solid #eee;
	padding: 1px;
}

/* Current thumbnail */
.royalSlider.forecasters .royalControlNavOverflow a.royalThumb.current {	
	background-position: 1px 1px !important;
	border:1px solid #CCC !important;	
}
/* Thumbnail hover state*/
.royalSlider.forecasters .royalControlNavOverflow a.royalThumb:hover {		
	background-position: 1px 1px;
	border: 1px solid #0085cf;	
}



/* 
	Thumbnails navigation arrows
		
*/
.royalSlider.forecasters .thumbsArrow {
	background:url(controls-sprite.png) no-repeat 0 0;
	width: 28px;
	height: 57px;
	
	-moz-opacity: 0.8;	
	opacity: 0.8;	
}
.royalSlider.forecasters .thumbsArrow.left {
	background-position: -116px -132px;
	left: 0;	
}
.royalSlider.forecasters .thumbsArrow.right {
	background-position: -156px -132px;
	right: 0
}
.royalSlider.forecasters .thumbsArrow:hover  {	
	-moz-opacity: 1;	
	opacity: 1;	
}
.royalSlider.forecasters .thumbsArrow.disabled {	
	-moz-opacity: 1;	
	opacity: 1;
}
.royalSlider.forecasters .thumbsArrow.left.disabled {	
	background-position: -36px -132px;
}
.royalSlider.forecasters .thumbsArrow.right.disabled {	
	background-position: -76px -132px;
}




