/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-minimal-black.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinB,
.rsMinB .rsOverflow,
.rsMinB .rsSlide,
.rsMinB .rsVideoFrameHolder,
.rsMinB .rsThumbs {
	background: #FFF;
	color: #000;
}


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

.rsMinB .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinB .rsArrowLeft { right: 30px; bottom: 0px; }
.rsMinB .rsArrowRight { right: 0px; bottom: 0px; }

.rsMinB .rsArrowIcn {		
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;	
	background: url('rs-minimal-black.png') transparent;
	
	border-radius: 2px;
}
.rsMinB .rsArrowIcn:hover {

}


.rsMinB.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinB.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinB.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinB.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinB .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


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

.rsMinB .rsBullets {
	position: absolute;
	bottom: 0px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinB .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinB .rsBullet span {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #EEE;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinB .rsBullet.rsNavSelected span {
	background: #000;
}