@charset "UTF-8";
/* CSS Document worldrecord */

body { padding:0; margin:0; background-color:#000; font-family:Verdana, Geneva, sans-serif; font-size:11.5px; color:#000; min-width: 980px; }

img { border:0; }

#back { position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; z-index:1;}

#textLoading {
	    position: absolute;
	    top: 42%;
	    left: 50%;
	    z-index: 10;
		color:#fff;
		font-size:12px;
		font-style:italic;
		width:400px;
		margin-left:-200px;
	}
#textLoading span { color:#ccc; font-style:normal; }
#lineLoading { background-color:#999; width:390px; height:1px; margin-top:30px;}
#lineLoading div { width:0; background-color:#fff; height:1px;}

#whiteBox { position:absolute; right:4%; top:0; margin-right:150px; width:110px; background-color:#fff; padding:20px; z-index:6;}

#newsBox { position:absolute; right:2%; top:0; margin-right:0px; width:150px; z-index:6; }
#newsBox img { width:100%; border: 1px solid #fff; border-top:0; }
#newsBox a span { color: white; text-align: center; display: block; font-size: 0.9em;}

#logo img { margin-bottom:10px; }

#nav { list-style-type:none; padding-left:2px; font-size:10px; line-height:14px; color:#999; margin:0; }
#nav a, #nav a:link, #nav a:visited { color:#999; text-decoration:none; }
#nav a:active, #nav a:hover, #nav a.active { color:#000; }

#text { margin-bottom:20px; font-size:11.5px; }
#text p { color:#999; }
#text a:link, #text a:visited  { color:#999; text-decoration:underline; }
#text a:active, #text a:hover  { color:#000; text-decoration:none; }

#imgCredit, #slidecaption { position:fixed; top:10px; left:15px; z-index:0;
color:#000; font-size:9.5px; letter-spacing:0.5px; /* text-shadow: rgba(255,255,255,0.8) 0px 0px 4px; */
-webkit-transition: color 0.1s; transition: color 0.2s;
 }

/* Gallery */

#gallery { height:85%; width:auto; position:absolute; top:20px; right:4%; margin-right:330px; border:1px solid #fff; min-width:35%; }
#gallery img { height:100% !important; width:auto !important; right:0 !important; left: auto !important; cursor:pointer; position:absolute;}
#gallery img:first-child { z-index:100; }

#galleryCredit { position: absolute; bottom:-47px; left:5px; width:55%; height:40px; color:#000; font-style:italic; font-size:11.5px; max-width:400px; }
#galleryCredit p {  font-size:11px; font-style:normal; margin-top:0px; margin-bottom:5px; letter-spacing:0.5px; }
#galleryCredit span { color:#999; font-style:normal; }

#galleryControls { position: absolute; bottom:-20px; right:15px; text-align:right; color:#999; font-size:11px;            -moz-user-select:none; -khtml-user-select:none; user-select: none; }
#galleryPrev, #galleryNext { color:#000; cursor:pointer; font-size:11px; font-family:Arial, Helvetica, sans-serif;}
#galleryPrev:hover, #galleryNext:hover { color:#999; }
