html {
  overflow: hidden;
  background: black;
  color: white;
}

body {
  background: black;
  color: white;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
div {
  margin: 0px;
}
#navigation {
  text-align: right;
  padding: 2px;
}
#navigation img {
  border: 0px;
}
#imagecontainer {
  position: relative; // to make sure that the img tags are positioned relative to this
}
#imagecontainer img {
  border: solid 1px #7f7f7f;
  padding: 2px;
  position: absolute;
}
#thumbnailbar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 6px 2px 2px 2px;
  margin-top: 6px;
  border-top: solid 1px #444;
  background: #222;
  overflow: auto;
  white-space: nowrap;
}
.thumbnail {
  border: solid 1px black;
}

