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


/* Background */
.myCustomSkin,
.myCustomSkin .rsOverflow,
.myCustomSkin .rsSlide,
.myCustomSkin .rsVideoFrameHolder,
.myCustomSkin .rsThumbs {
	background: transparent;
	color: #222;
}


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

.myCustomSkin .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.myCustomSkin.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.myCustomSkin.rsVer .rsArrowLeft { top: 0; left: 0; }
.myCustomSkin.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.myCustomSkin.rsHor .rsArrowLeft { left: 0; top: 0; }
.myCustomSkin.rsHor .rsArrowRight { right: 0; top:0; }

.myCustomSkin .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 45%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default-inverted-white.png');

	background-color: transparent;
	background-color: transparent;
	*background-color: transparent;
	
}
.myCustomSkin .rsArrowIcn:hover {
	
}

.myCustomSkin.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.myCustomSkin.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.myCustomSkin.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.myCustomSkin.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.myCustomSkin .rsArrowDisabled .rsArrowIcn { filter: alpha(opacity=20); opacity: .2; *display: none; }


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

.myCustomSkin .rsBullets {
	position: relative;
	z-index: 35;
	top: -28px;
	padding-top: 2px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
.myCustomSkin .rsBullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 10px;
}
.myCustomSkin .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b1d3de;
}
.myCustomSkin .rsBullet.rsNavSelected span {
	background-color: #5097ac;
}










/***************
*
*  7. Preloader
*
****************/

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

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



