body {
	background: #000 url(images/nothingness.gif);
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 18px;
	
	font-family: Arial, serif;
}

a:hover { color: #00ffc6; }

a:focus {-moz-outline: none /* fx 1.07*/ outline:none /* fx 1.05, 
Safari, Mac IE*/}

div#loader {
	background: #000 url(images/load.gif) no-repeat center;
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	display: block;
	z-index: 900;
}

a.exhibit_page {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 2;
}

a#start {
	background: url(../_exhibits/synthetic_refractions/title.png) 100px center no-repeat;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 2;
}

	img#explore {
		position: absolute;
		bottom: 20px;
		right: 20px;
		z-index: 1;
	}

a.navigation {
	background: url(images/nav.png) no-repeat center;
	height: 100px;
	width: 100px;
	display: none;
	
	position: fixed;
	top: 0; right: 0px;
	z-index: 998;
	
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.9;
	
	-webkit-transition: opacity .25s linear;
}

	a.navigation:hover {
		opacity: 1;
	}

div#content {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}

	div#content a {
		color: #00aeef;
	}
	
	div#content a:hover {
		color: #fff;
	}

	table {
		position: absolute;
		top: 0; bottom: 0; left: 0; right: 0;
	}
	
	div.copy_center {
		background: #000;
		color: #777;
		padding: 20px;
		text-align: left;
		width: 600px;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	div#content span.role {
		color: #fff;
		display: block;
		font-family: Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
div#navigation {
	display: block;
	font-family: Times, serif;
	width: 600px !important;
	letter-spacing: 1px;
}

		ul.sub {
			color: #444;
			float: left;
			font-size: 11px;
			line-height: 20px;
			list-style: none;
			margin: 20px 0;
			padding: 0;
			width: 150px;
		}
		
			ul.sub li {
				margin: 0 20px;
				text-transform: uppercase;
			}
			
			ul.sub li a {
				color: #444;
				text-decoration: none;
				text-transform: uppercase;
			}
			
			ul.sub li a:hover {
				color: #999;
				text-decoration: underline;
			}
			
		li.label {
				color: #444;
				font-family: Arial, sans-serif;
				font-size: 10px;
				font-weight: bold;
			}
	
	div#navigation span.role {
		display: block;
		float: left;
		margin: 0 10px 0 0;
		text-align: right;
		text-transform: uppercase;
		width: 22px;
	}
			
	div#navigation hr {
		background: #333;
		border: 0;
		clear: both;
		height: 1px;
		margin: 0;
		
		display: none;
	}
	
	img#stream {
		cursor: pointer;
		position: absolute;
		bottom: 50px;
		left: 30px;
		z-index: 50;
	}

#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #000;
	z-index: 999;
}

#pageslide-content {
    color: #fff;
}

	h1 {
		background: url(images/title.png) no-repeat center;
		display: block;
		height: 31px;
		margin: 60px 20px 20px;
		overflow: hidden;
		text-indent: -999px;
		width: 280px;
	}

div#stretch {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	overflow: hidden;
	z-index: -1;
}

div#backstretch-wrap img {
	min-height: 535px !important;
	min-width: 700px !important;
}

div#credit {
	color: #8fe1ff;
	font-size: 11px;
	margin: 0 20px;
	position: absolute;
	bottom: 20px;
	
	display: none;
}

	div#credit a {
		color: #8fe1ff;
		border-bottom: 1px solid #8fe1ff;
		text-decoration: none;
	}
	
	div#credit a:hover {
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	
h2 {
	color: #00aeef;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0;
}
	
h3 {
	color: #00aeef;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}

div.qanda {
	color: #ccc;
	float: left;
	margin: 20px 40px 20px 0;
	width: 200px
}

span.question {
	color: #777;
	display: block;
}

div#auxnav {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 999;
}

	div#auxcontainer {
		margin: 0 auto;
		width: 150px;
	}

	div#auxnav a {
		background-position: 0 0;
		background-repeat: no-repeat;
		display: block;
		float: left;
		height: 75px;
		width: 75px;
		
		opacity: 0.9
		-webkit-transition: opacity .25s linear;
	}
	
	div#auxnav a:hover {
		background-position: 0 -75px;
		opacity: 1;
	}
	
		div#auxnav a#left {
			background-image: url(images/left.png);
		}
		
		div#auxnav a#right {
			background-image: url(images/right.png);
		}
		
	div#auxnav div#noleft {
		background-image: url(images/noleft.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		display: block;
		float: left;
		height: 75px;
		width: 75px;
		
		opacity: 0.9
		-webkit-transition: opacity .25s linear;
	}
	
	div#auxnav div#noright {
		background-image: url(images/noright.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		display: block;
		float: left;
		height: 75px;
		width: 75px;
		
		opacity: 0.9
		-webkit-transition: opacity .25s linear;
	}
