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


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

.rsMinW .rsArrow {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 50%;
	display: block;
	cursor: pointer;
	z-index: 99999999;
}

.rsMinW .rsArrowLeft { left: 0px; margin-top: -35px;}
.rsMinW .rsArrowRight { right: 0px; margin-top: -35px;}

.rsMinW .rsArrowIcn {		
	width: 70px;
	height: 70px;
	position: absolute;
	cursor: pointer;	
	background: url('../../../graphics/nav-arrows-sprite.png');
	opacity: 0.7;
	-webkit-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	-moz-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	-o-transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	z-index: 99999999;
}
.rsMinW .rsArrowIcn:hover {
	opacity: 1;
	-webkit-transition:opacity 0.5s linear;
	-moz-transition:opacity 0.5s linear;
	-o-transition:opacity 0.5s linear;
	transition:opacity 0.5s linear;
}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: 0px 0px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -130px 0px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: 0px 0px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -130px 0px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .5 !important; filter: alpha(opacity=50);  *display: none; }





/***************
*
*  2. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:32px;
	height:32px;
	background-image:url(../preloaders/preloader-white.gif);
	left:50%;
	top:50%;
	margin-left:-15px;
	margin-top:-15px;
	z-index: 0;
}






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

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 
	background: #ffffff;
	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cccccc;
	cursor: pointer;
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #666666;
}




/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:80px;
	height:80px;
	margin-left:-40px;
	margin-top:-40px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:80px;
	display:block;
	height:80px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background:url(../../../img/video/icon-play.png) no-repeat;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: none;
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



