body {
	color: #FFF;
	background-color: #0d0d0d;
}



a:link { text-decoration: none; color: #FFF;}
a:hover { text-decoration: underline; color: #FFF;}
a:visited { text-decoration: none; color: #FFF;}
a:active { text-decoration: none; color: #FFF;}




/* Gluddle Overlay */
 
 
 #horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	border: 1px solid #fff;
	}


#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image: url(../pics/gluddlebackground.png);
	background-repeat:no-repeat;
	background-position: center;
	position: absolute;	
	margin-left: -480px;
	margin-top: -320px;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 640px;
	visibility: visible;
/*	border: 1px solid #fff;*/
	}

 
 
 
 #overlaytop
 {
  width: 960px;
  height: 47px; 
  background: url(../pics/overlay_top.png) top center; 
/*  border: 1px solid #fff;*/
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px; /* Half the width */
  margin-top: -320px; /* Half the height and some slight adjustment */
	}
 
  #overlayleft
 {
  width: 53px;
  height: 520px; 
  background: url(../pics/overlay_left.png) top center; 
/*  border: 1px solid #fff;*/
  z-index: 101;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px; /* Half the width */
  margin-top: -273px; /* Half the height and some slight adjustment */
	}
	
	#overlayright
 {
  width: 53px;
  height: 520px; 
  background: url(../pics/overlay_right.png) top center; 
/*  border: 1px solid #fff;*/
  z-index: 102;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 427px; /* Half the width */
  margin-top: -273px; /* Half the height and some slight adjustment */
	}
 
  #overlaybottom
 {
  width: 960px;
  height: 74px; 
  background: url(../pics/overlay_bottom.png) top center; 
/*border: 1px solid #fff;*/
  z-index: 103;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -480px; /* Half the width */
  margin-top: 247px; /* Half the height and some slight adjustment */
	}
	
	
	#specialprize
 {
  width: 191px;
  height: 191px; 
  background: url(../pics/specialprize.gif) top center; 
/*  border: 1px solid #fff;*/
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 362px; /* Half the width */
  margin-top: -380px; /* Half the height and some slight adjustment */
	}
	
	
  #appstore
 {
  width: 249px;
  height: 100px; 
  background: url(../pics/appstore.png) top center; 
/*border: 1px solid #fff;*/
  z-index: 104;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 7px;
  margin-left: -124px; /* Half the width */
  margin-top: 220px; /* Half the height and some slight adjustment */
	}
 
 
 #sharebox {
	/*width: 251px;*/
	width: 350px;
	height: 25px;
/*	border: 1px solid #fff;*/
	text-align: center;
	position: absolute;
	top: 50%;
  left: 50%;
	margin-left: -450px;  /* Half the width  was 400 */
  margin-top: 280px; /* Half the height and some slight adjustment */
	z-index: 105;

}



 #socialbox {
	width: 251px;
	height: 50px;
/*border: 1px solid #fff;*/
	text-align: center;
	position: absolute;
	top: 50%;
  left: 50%;
	margin-left: 200px; /* Half the width */
  margin-top: 240px; /* Half the height and some slight adjustment */
	z-index: 106;

}

 
 
 #toggle {
  background: url(../pics/toggleplay.png) top center; 
	width: 47px;
	height: 47px;
/*border: 1px solid #fff;*/
	text-align: center;
	position: absolute;
	top: 5px;
  left: 875px;
	z-index: 300;

}
 
 
 
 
 /*  
 
 RoyalSlider
 
 */
.royalSlider {	
	position:relative;
	/* set width and height of slider here, in px, % or em*/
	width:960px;
	height:640px;
	/* 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 {
	/* Background behind slides */
	background: #0d0d0d; 
	background: -moz-linear-gradient(top, #0d0d0d 0%, #0d0d0d 100%); 	
	background: -webkit-linear-gradient(top, #0d0d0d 0%,#0d0d0d 100%); 
	background: -o-linear-gradient(top, #0d0d0d 0%,#0d0d0d 100%);
	background: -ms-linear-gradient(top, #0d0d0d 0%,#0d0d0d 100%); 	
	background: linear-gradient(top, #0d0d0d 0%,#0d0d0d 100%);
}
/* 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
{	
	/*background:url(../img/controlsSprite.png) no-repeat 0 0;*/
	background-color: #C00;
	background-repeat: no-repeat;
	background-position: 0 0;

	/* change arrows size here */
	width: 45px;
	height: 90px;
	
	top:47%;
	margin-top:-45px;	
	
	cursor: pointer;
	display: block;
	position: absolute;		
	
	z-index:200;
	
}
.royalSlider .arrow:hover {
	
}
.royalSlider .arrow.disabled {
	
}
/* left arrow */
.royalSlider .arrow.left {
	background-position: top left;
	left: 50px;	
}

/* right arrow */
.royalSlider .arrow.right {
	background-position: top right;
	right: 50px;
}




/* Control navigation container (bullets or thumbs) */
.royalSlider .royalControlNavOverflow {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:300;
	/*border: 1px solid #fff;*/
	top: 33px;

}


/* 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;
}
.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:#0C0 none no-repeat scroll 0 0;
	
	width:20px;
	height:20px;	
	
	float:left;	
	cursor:pointer;	
	
	position:relative;
	display:block;
	
	text-indent: -9999px;	
}
/* Current control navigation item */
.royalSlider .royalControlNavOverflow a.current {	
	background-color: #C00;	
}
/* Hover state navigation item */
.royalSlider .royalControlNavOverflow a:hover {	
	background-color: #00C;
}

/* Thumbnails */
.royalSlider .royalControlNavOverflow a.royalThumb{	
	/*background: none no-repeat 0 0;*/
	/*background-color: ;*/
	width:144px;
	height:60px;	
	/* thumbnails spacing, use margin-right only */	
	margin-right:4px;
	
}
.royalSlider .royalControlNavOverflow a.royalThumb.current {	
	background-position: -3px -3px  !important;
	border:3px solid #C00 !important;
	width:138px;
	height:54px;
}
.royalSlider .royalControlNavOverflow a.royalThumb:hover {	
	background-position: -3px -3px;	
	border:3px solid #00C;
	width:138px;
	height:54px;
}



/* 

	Thumbnails navigation arrows 
	
*/
.royalSlider .thumbsArrow {	
	width: 38px;
	height: 68px;	
	
	cursor: pointer;
	display: block;
	position: relative;		
	z-index: 25;
	
	background: #C99;
	
}
.royalSlider .thumbsArrow.left {	
	float: left;
}
.royalSlider .thumbsArrow.right {	
	float: right;
}
.royalSlider .thumbsArrow:hover  {
	
}
.royalSlider .thumbsArrow.disabled {
	
}






/* Captions container */
.royalSlider .royalCaption {
	z-index:20;
	display:block;
	position:absolute;	
	left:0;
	top:0;
}

/* Caption item */
.royalSlider .royalCaptionItem {
	position:absolute;	
	left:0;
	top:0;
	margin: 0;
	padding: 0;
	font: normal normal normal Segoe UI, Lucida Grande, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color:#FFF;		
}

/* Caption item */
.royalSlider .sgMidText {
  font: normal normal normal Segoe UI, Lucida Grande, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  color:#FFF;	
}





/////////////////////////////////////


/*#banner-rotator {
	width: 100%;
	height: 640px;

	margin: 0 auto;
}

#banner-rotator .royalCaptionItem {
	font-family: Segoe UI, Lucida Grande, Arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 38px;
}

#banner-rotator .sgMidText {	
	font-size:1.3em;
	-moz-font-size:1.0;
	-webkit-font-size:1.0;
	-o-font-size:1.0;
}

#banner-rotator .sgSmallText {	
	font-size:0.8em;
}
#banner-rotator .tintButton {			
	background:no-repeat 0 0;
	background-color:#33383e;
	color:#EAEAEA;
	cursor:pointer;
	padding:5px 12px;
	
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;	
	-o-transition: background-color .2s ease-out;	
	transition: background-color .2s ease-out;
	text-decoration: none;
}
#banner-rotator .tintButton:hover {
	background-color:#EAEAEA;
	color:#33383e;
}
#banner-rotator .royalCaption {
	position:absolute;		
	top:0;
	left:0;
}	
		*/




///////////////////////////////////////


/* Loading (welcome) screen */
.royalSlider .royalLoadingScreen {
	background:#0d0d0d;
	width:100%;
	height:100%;
	position:absolute;
	z-index:999;	
}
/* 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;
	padding: 0 !important;
	border: 0 !important;	
}