 /*  
 
 RoyalSlider
 
 */

 /*#media_explorer {
	margin: 0 auto;
	width:95%;
	overflow:hidden;
}*/
#media_explorer h2 {
	color:#fff;
	text-transform:uppercase;
}
.royalSlider {	
	position:relative;
	/* set width and height of slider here, in px, % or em*/
	width:100%;
	height:400px;
	margin:0 auto;
	/* 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%;
}

#homepage_gallery.royalSlider {height:400px; max-height:400px; min-height:400px;}
#homepage_gallery.royalSlider .royalWrapper {
	height:400px;
}
.royalSlider .royalSlide,
.royalSlider .royalWrapper {
	/* Bakground behind slides */
}
/* slides holder, grabbing container */
.royalSlider .royalSlidesContainer {
	position: relative;
	left: 0;
	top: 0;	
	list-style:none;
	margin:0;
	padding:0;
}


/* slide item */
.royalSlider .royalSlide {
	padding:0;
	margin:0;	
	
	position:relative;
	float:left;	
	
	overflow:hidden;
}

/* 

	Direction Navigation (arrows) 

*/
.royalSlider .arrow, #gallery.royalSlider .arrow
{	

	background-repeat: no-repeat;
	background-position: 0 0;
	
	/* change arrows size here */
	width: 32px;
	height:32px;
	
	top:50%;
	margin-top:-16px;	
	
	cursor: pointer;
	display: block;
	position: absolute;		
	
	z-index:25;
	
}
#gallery.royalSlider .arrow {width:74px;height:36px;}
.royalSlider .arrow:hover {
	
}
.royalSlider .arrow.disabled {
	
}
/* left arrow */
.royalSlider .arrow.left {
	background-position: top left;
	left: 0;
	margin-left:10px;
}
.royalSlider .arrow.left:hover {
	background-position:bottom left
}
/* right arrow */
.royalSlider .arrow.right {
	background-position: top right;
	right: 0;
	margin-right:10px;
}
.royalSlider .arrow.right:hover {
	background-position: bottom right;
}

#gallery.royalSlider .arrow.left {
	background-position: 0 0;
	left: 0;

}
#gallery.royalSlider .arrow.left:hover {
	background-position:0 -36px;
}
/* right arrow */
#gallery.royalSlider .arrow.right {
	background-position: -74px 0;
	right: 0;

}
#gallery.royalSlider .arrow.right:hover {
	background-position: -74px -36px;
}

/* Control navigation container (bullets or thumbs) */
.royalSlider .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:20px;
	z-index:25;
}
/* This container is inside ".royalControlNavContainer"  
   and is used for auto horizontal centering */
.royalSlider .royalControlNavCenterer {	
	float: left;
	position: relative;
	left: -50%;
}
/* Control navigation container*/ 
.royalSlider .royalControlNavContainer {
	float: left;
	position: relative;
	left: 50%;	
}


/* Scrollable thumbnails containers */
.royalSlider .royalControlNavThumbsContainer {		
	left:0;
	position:relative;
	margin:0 auto;
    margin-top: 20px;
}
.royalSlider .thumbsAndArrowsContainer {
	overflow:hidden;
	width: 100%;
	position: relative;
}
.royalSlider .royalControlNavOverflow.royalThumbs {	
	width: auto;
	position: relative;
	overflow: hidden;
	margin-top:4px;	
}





/* 

	Control navigation (bullets, thumbnails)
	
*/
.royalSlider .royalControlNavOverflow a{	
	background:transparent none no-repeat scroll 0 0;
	background-size: 100%;
	width:10px;
	height:10px;
	margin-right:5px;
	
	float:left;	
	cursor:pointer;	
	
	position:relative;
	display:block;
	
	text-indent: -9999px;	
}
#homepage_gallery.royalSlider .royalControlNavOverflow a {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#ccc;
}
/* Current control navigation item */
#homepage_gallery.royalSlider .royalControlNavOverflow a.current, .royalSlider .royalControlNavOverflow a.current {	
	background-color: #000;	
}
/* Hover state navigation item */
#homepage_gallery.royalSlider .royalControlNavOverflow a:hover, .royalSlider .royalControlNavOverflow a:hover {	
	background-color: #AE57AA;
}

/* Thumbnails */
.royalSlider .royalControlNavOverflow a.royalThumb{	
	/*background: none no-repeat 0 0;*/
	/*background-color: ;*/
	width:65px;
	height:65px;	
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
	background-size:100%;
	
}
.royalSlider .royalControlNavOverflow a.royalThumb.current {	
	border: 2px solid #FFFFFF !important;
	height: 61px;
	width: 61px;
}
.royalSlider .royalControlNavOverflow a.royalThumb:hover {	
	/*background-position: -2px -2px;	*/
	border:2px solid #AE57AA;
	width:61px;
	height:61px;
}



/* 

	Thumbnails navigation arrows 
	
*/
.royalSlider .thumbsArrow {	
	width: 32px;
	height: 32px;	
	
	cursor: pointer;
	display: block;
	position: relative;		
	z-index: 25;
	margin-top:23px;
	
	
}
.royalSlider .thumbsArrow.left {	
	float: left;
}
.royalSlider .thumbsArrow.right {	
	float: right;
	background-position:top right
}
.royalSlider .thumbsArrow:hover  {
	background-position:bottom left;
}
.royalSlider .thumbsArrow.disabled {
	background-position: bottom right;
}






/* Captions container */
.royalSlider .royalCaption {
	z-index:20;
	display:block;
	position:absolute;	
	left:0;
	top:0;
	/*font: normal normal normal 1em/1.5em Georgia, serif;
	color:#FFF;		*/
}
/* Caption item */
.royalSlider .royalCaptionItem {
	position:absolute;	
	left:0;
	top:0;
	margin: 0;
	padding: 0;
}



/* Loading (welcome) screen */
.royalSlider .royalLoadingScreen {
	background:transparent;
	width:100%;
	height:100%;
	position:absolute;
	z-index:99;	
}
/* Loading screen text ("Loading...") */
.royalSlider .royalLoadingScreen p {		
	width:100%;
	position:absolute;	
	margin:0 auto;
	top: 45%;
	text-align:center;
}

/* single slide image preloader */
.royalSlider .royalPreloader {	
	position:absolute;
	width:24px;
	height:24px;
	left:50%;
	top:50%;
	margin-left:-12px;
	margin-top:-12px;	
	z-index:0;	
	background-image:url(../img/preloader.gif);
}






.royalSlider .grab-cursor{cursor:move;}
.royalSlider .grab-cursor{cursor:url("../img/cursors/grab.png") 8 8,-moz-grab;}
.royalSlider .grab-cursor{*cursor:url(../img/cursors/grab.cur);}
.royalSlider .grab-cursor{cursor:move\0/;} /* ie8 hack */

.royalSlider .grabbing-cursor{cursor:move;}
.royalSlider .grabbing-cursor{cursor:url("../img/cursors/grabbing.png") 8 8,-moz-grabbing;}
.royalSlider .grabbing-cursor{*cursor:url(../img/cursors/grabbing.cur);}


/* Cursor used if mouse dragging is disabled */
.royalSlider .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;	
}