/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #ffffff;
	color: #000;
}


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 15px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(255,255,255,1);

	text-align: center;
	line-height: 16px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #000;
	background: rgba(0,0,0,1);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #ee233e;
}





/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}


