@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	list-style:none;
	outline:none;
}
body {
	font:14px Tahoma, Geneva, sans-serif;
	font-family: Tahoma, Geneva, sans-serif;
}
a {
	text-decoration:none;
	color:#6CC;
}
a:hover {
	text-decoration:none;
	color:#000;
}
a:active {color:#999;
}
a:visited {
	text-decoration:none;
	color:#6CC;
}

.centered {
	margin: 0 auto;
	margin-top:20px;
	text-align: left;
	width:1000px;
	background-color:#FFF;
	padding-top:35px;
	padding-bottom:2px;
}

#slideshowWrapper {
	position:fixed;
	width:1046px;
	height:550px;
	margin-top:-10px;
	margin-left:47px;
	background-color:#fff;
	overflow:visible;
}
#fssPrev {
	position:absolute;
	top:375px;
	left:182px;
	background:url(../img/arrows.png) -67px 0px;
	width:67px;
	height:143px;
	text-indent:-999999px;
}
#fssNext {
	position:absolute;
	top:375px;
	left:927px;
	background:url(../img/arrows.png) no-repeat;
	width:67px;
	height:143px;
	text-indent:-999999px;
}
#fssPlayPause {
	visibility:hidden;
}
ul#slideshow {
	list-style:none;
	border:none;
	text-align:center;
	background-color:#fff;
	padding:0px;
	margin:auto;
	margin-top:-10px;
	overflow:visible;
}
p {
	text-align:center;
}
ul#slideshow li {
	width:1140px;
	height:680px;
	background-color:#fff;
	overflow:visible;
}
#fssList {
	visibility:hidden;
	list-style:none;
	width:646px;
	margin:auto;
	padding:5px 0 0 45%;
}
#fssList li {
	display:inline;
	padding-right:10px;
}
#fssList li a {
	color:#999;
	text-decoration:none;
}
#fssList li.fssActive a {
	font-weight:bold;
	color:#333;
}
#top {
	background:#fff;
	width:100%;
	height:90px;
}

small a {
	color:#000;
}
#space {
	margin-left:140px;
	margin-top:20px;
	display: block;
	width: 170px;
	height: 39px;
	background-image:url(../img/spacecraft2.jpg);
}
#space:hover {
	background-position: 0 -39px;
}
#space span {
	display: none;
	font-size: small;
}
#logo {
	width:200px;
	margin-left:-130px;
	height:45px;
	float:left;
}
#caption {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#444;
	font-size:9px;
	float:left;
	width:127px;
	height:auto;
	background-color:#fff;
	z-index:50px;
	overflow:visible;
}
#captionindex {
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	color:#444;
	font-size:9px;
	float:left;
	width:127px;
	height:auto;
	background-color:#fff;
	padding-right:25px;
	z-index:50px;
	overflow:visible;
}
#galleryindex {
	margin: 0 auto;
	margin-left:100px;
}
#backto {
	margin-left:100px;
}
	
