ul {
  margin:0;
  padding:0;
}
li {
  margin:0;
  padding:0;
}

div#upscroll {
  height: 22000px;
}

#viewport {
  position: fixed;
  text-align: center;
  *text-align: inherit;
  top: 102px;
  #left: 0px;
  width: 1280px;
  height: 720px;
  background: black;
  margin: 0;
  overflow: hidden;
}

img.slideshow {
  /* 1280 x 720 --> 2560 x 1440 */
  
  
  position: absolute;
  z-index: 5;
  overflow: hidden;
  vertical-align: middle;
  display: none;

  /*Top and left are the same as the images natural height and width only because our zoom factor is x2*/
  margin-left: -640px;
  margin-top: -360px;
}

img#prev_image, img#next_image {
  display: none;
}

#launch_pad_label {
  position: absolute;
  left: 55%;
  top: 40%;
  z-index: 1000;
}

#skip_to_video {
  position: absolute;
  float: left;
  top: 50px;
  left: 35px;
  z-index: 1000;
  display: none;
  cursor: default;
}

#skip_to_video img {
  float: left;
  cursor: pointer;
}

#look_up {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  right: 30px;
}

.scroll_up {
  position: absolute;
  top: 0;
  left: 0;
}

#interstellar {
  font-family: 'League', Impact, sans-serif;
  font-size: 2.0em;
  line-height: 1.1em;
  color: #f8f8f8;
  text-align: left;
  #position: relative;
  width: 300px;
  #height: 50px;
  #float: left;
  z-index: 1000;
  left: 35px;
  margin-bottom: 5px;
}

#image-caption {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1000;
  cursor: default;
  color: #f8f8f8;
  font-size: .8em;
  line-height: 1.5em;
  width: 600px;
}

#google-earth {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 9;
  cursor: default;
}

#video-caption {
  font-family: 'League', Impact, sans-serif;
  font-size: 2.0em;
  line-height: 1.1em;
  color: #f8f8f8;
  text-align: center;
  position: absolute;
  float: left;
  z-index: 1000;
  width: 718px;
  top:50px;
  left: 50%;
  margin-left: -359px;
  display: none;
}

#video-footer {
  font-family: arial, sans-serif;
  font-size: .8em;
  color: #808080;
  text-align: right;
  position: absolute;
  float: left;
  z-index: 1000;
  width: 840px;
  top: 480px;
  left: 50%;
  margin-left: -420px;
  display: none;
}


#video-container {
  position: absolute;
  vertical-align: middle;
  margin: 0 auto;
  float: left;
  z-index: 10;
  width: 840px;
  height: 472px;
  top: 0px;
  left: 50%;
  margin-left: -420px;
  background-image: url('/images/video.jpg');
  display: none;
  cursor: pointer;
}

#video {
  z-index: -1000;
  opacity: 0;
  cursor: pointer;
}

#ytplayer {
  z-index: 10;
  position: relative;
  height: 300px;
  width: 400px;
  #left: 50px;
  #top: 50px;
  display: none;
}

.shadow {
  -webkit-text-shadow:2px 2px 3px rgba(0, 0, 0, 0.6); /* for chrome */
  -text-shadow:2px 2px 3px rgba(0, 0, 0, 0.6); /* for all browser*/
  text-shadow:2px 2px 3px rgba(0, 0, 0, 0.6); /* same as above*/
  -moz-text-shadow:2px 2px 3px rgba(0, 0, 0, 0.6); /* for firefox */
  -o-text-shadow:2px 2px 3px #000; /* for opera */
  -ms-text-shadow:2px 2px 3px #000; /* for ie 9+ */
  -khtml-text-shadow:2px 2px 3px #000; /* for gecko based browser*/
}

#main {
  overflow-x: hidden;
}

html, body {
  background: #444;
}

body.upscroll div#header {
  top: 0;
  position: fixed;
}
