/******************************
*
*  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-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #000;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 24px;
	width: 24px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { left: 10px; bottom: 270px; background: url('../incq_pic/jiantou1.png')}
.rsMinW .rsArrowRight { right: 10px; bottom: 270px; background: url('../incq_pic/jiantou2.png')}
.rsMinW .rsArrowDisabled  { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 20px;
	left: 46%;
	z-index: 35;
	padding-top: 0px;
	height: auto;

	text-align: center;
	line-height: 10px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 5px 5px 5px 5px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;

	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}
.rsMinW .rsBullet.rsNavSelected span {
	background:#CC0000;
}




