/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Preloader
*    5. Slider dimensions
*    
*  Sprite: 'rs-sprite.png'
* 
******************************/


/* Background */
.ufipSlider .rsOverflow,
.ufipSlider .rsSlide,
.ufipSlider .rsVideoFrameHolder,
.ufipSlider .rsThumbs {
	background: transparent;
}


/***************
*
*  1. Arrows
*
****************/

.ufipSlider .rsArrow {
	height: 100%;
	width: 60px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;

}
.ufipSlider.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.ufipSlider.rsVer .rsArrowLeft { top: 0; left: 0; }
.ufipSlider.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.ufipSlider.rsHor .rsArrowLeft { left: -60px; top: 0; }
.ufipSlider.rsHor .rsArrowRight { right: -60px; top:0; }

.ufipSlider .rsArrowIcn {		
	width: 60px;
	height: 85px;
	top: 50%;
	left: 50%;
	margin-top:-43px;	
	margin-left: -30px;

	position: absolute;	
	cursor: pointer;	
	background: transparent url('../../img/main-arrows.png');
	
	border-radius: 2px;
}
.ufipSlider .rsArrowIcn:hover {
	/*background-color: rgba(0,0,0,0.9);*/
}

.ufipSlider.rsHor .rsArrowLeft .rsArrowIcn { background-position: -60px 0; }
.ufipSlider.rsHor .rsArrowRight .rsArrowIcn { background-position: 0 0; }

.ufipSlider.rsHor .rsArrowLeft .rsArrowIcn:hover { background-position: -180px 0; }
.ufipSlider.rsHor .rsArrowRight .rsArrowIcn:hover { background-position: -120px 0; }

.ufipSlider.rsHor .rsArrowLeft .rsArrowIcn:active { background-position: -60px 0; }
.ufipSlider.rsHor .rsArrowRight .rsArrowIcn:active { background-position: 0 0; }

.ufipSlider.rsVer .rsArrowLeft .rsArrowIcn { background-position: 0 0; }
.ufipSlider.rsVer .rsArrowRight .rsArrowIcn { background-position: -60px 0; }

.ufipSlider .rsArrowDisabled .rsArrowIcn { /*background-color: rgba(0,0,0,0.4);*/ opacity: .4; *display: none; }


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

.ufipSlider .rsBullets {
	position: absolute;
	z-index: 35;
	left: auto;
	right : 5px;
	bottom: 0;
	width: auto;
	height: auto;
	margin: 0 auto; 
	background: none;
	text-align: center;
	line-height: 18px;
	overflow: hidden;
	display : none;/* deactivate */
	
}
.ufipSlider .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	margin: 0 5px 1px;
	border-radius: 50%;
	background: #58585A;
}
.ufipSlider .rsBullet.rsNavSelected  {
	background-color: #39A9DC;
}

/***************
*
*  3. Thumbnails
*
****************/

.ufipSlider .rsThumbsHor {
	padding-bottom: 4px;
	width: 100%;
	height: 72px;
}
.ufipSlider .rsThumbsVer {
	padding-right: 4px;
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.ufipSlider.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.ufipSlider.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.ufipSlider .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.ufipSlider .rsThumb img {
	width: 100%;
	height: 100%;
}
.ufipSlider .rsThumb.rsNavSelected {
	background: #02874a;
}
.ufipSlider .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.ufipSlider .rsTmb {
	display: block;
}

/* Thumbnails arrow icons */
.ufipSlider .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.ufipSlider .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.ufipSlider.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.ufipSlider.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.ufipSlider.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.ufipSlider.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.ufipSlider.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.ufipSlider .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-sprite.png');
}

.ufipSlider.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.ufipSlider.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.ufipSlider.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.ufipSlider.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.ufipSlider .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.ufipSlider .rsThumb {
		width: 59px;
		height: 44px;
	}
	.ufipSlider .rsThumbsHor {
		height: 44px;
	}
	.ufipSlider .rsThumbsVer {
		width: 59px;
	}
}

/***************
*
*  4. Preloader
*
****************/

.ufipSlider .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

/***************
*
*  5. Slider dimensions
*
****************/

.royalSlider {
  	width: 490px;
  	height: 270px;
	margin-top : 10px;
}