 /*  
 
 RoyalSlider
 
 */
.royalSlider {	
	/*position:relative;*/
	/* set width and height of slider here, in px, % or em*/
	position: absolute;
	width:100%;
	height:100%;
	/* Used to prevent content "jumping" on page load. this property is removed when javascript is loaded and slider is instanciated */
	overflow:hidden;
}



/**
*  Slides area (set background here)
*/

.royalSlider .royalWrapper {
	overflow:hidden;	
	position:relative;

	width:100%; 
	height:100%;
}
.royalSlider .royalSlide,
.royalSlider .royalWrapper {
	/* Bakground behind slides */
	background: #ffffff;
}
/* slides holder, grabbing container */
.royalSlider .royalSlidesContainer {
	position: relative;
	left: 0;
	top: 0 !important;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	border: 0 !important;
}


/* slide item */
.royalSlider .royalSlide {
	padding: 0 !important;
	margin: 0 !important;	
	border: 0 !important;
	list-style: none !important;
	
	position:relative;
	float:left;	
	
	overflow:hidden;	
}

/* 

	Direction Navigation (arrows) 

*/
.royalSlider .arrow
{	
	
}




/* Control navigation container (bullets or thumbs) */
.royalSlider .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-bottom: 0;
	z-index:25;
	left: 0;
}
/* This container is inside ".royalControlNavContainer"  
   and is used for auto horizontal centering */
.royalSlider .royalControlNavCenterer {	
	float: left;
	position: relative; padding: 0 6px 6px 6px;
	background: #ffffff;
	z-index:25;
	left: -50%;
}
/* Control navigation container*/ 
.royalSlider .royalControlNavContainer {
	float: left;
	position: relative;
	left: 50%;	
}
.royalSlider .royalControlNavCenterer a {outline: none;}


/* 

	Control navigation (bullets, thumbnails)
	
*/
.royalSlider .royalControlNavOverflow a{	
	background: none no-repeat scroll 0 0;
	
	width:19px;
	height:19px;	
	
	float:left;	
	cursor:pointer;	
	
	position:relative;
	display:block;
	
	text-indent: -9999px;	
}
/* Current control navigation item */
.royalSlider .royalControlNavOverflow a.current {	

}
/* Hover state navigation item */
.royalSlider .royalControlNavOverflow a:hover {	

}

/* single slide image preloader */
.royalSlider .royalPreloader {	
	position:absolute;
	width:80px;
	height:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;	
	z-index:0;	
	background-image:url(../img/preload.gif);
}

#part500 .grab-cursor, #part600 .grab-cursor{cursor:move;}
#part500 .grab-cursor, #part600 .grab-cursor{cursor:url("../img/cursors/grab.png") 8 8,-moz-grab;}
#part500 .grab-cursor, #part600 .grab-cursor{*cursor:url(../img/cursors/grab.cur);}
#part500 .grab-cursor, #part600 .grab-cursor{cursor:move\0/;} 

#part500 .grabbing-cursor, #part600 .grabbing-cursor{cursor:move;}
#part500 .grabbing-cursor, #part600 .grabbing-cursor{cursor:url("../img/cursors/grabbing.png") 8 8,-moz-grabbing;}
#part500 .grabbing-cursor, #part600 .grabbing-cursor{*cursor:url(../img/cursors/grabbing.cur);}

#part500 .auto-cursor, #part600 .auto-cursor{cursor:auto;}

.royalSlider .royalHtmlContent {
	position: absolute;
	top: 0;
	left: 0;
}
.royalSlider .non-draggable {
	cursor: auto;
}
.royalSlider .fade-container .royalSlide{
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10;
}
.royalSlider .royalImage {
	max-width:none;
	margin:0;
	padding: 0 !important;
	border: 0 !important;	
}

.royalSlider .royalCaptionItem {
	position:absolute;	
	left:50%;
	bottom: 22px;
	display: block;
	margin: 0;
	margin-left: -63px;
	padding: 0;
	width: 126px;
	height: 20px;
	line-height: 20px;
	background: #ffffff;
	color: #b2b2b2;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	z-index: 50;
}
