.body {
  overflow: hidden;
}

.content {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 600;
  height: 420;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 0;
}

.navigate {
  position: absolute;
  visibility: visible;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 10;
}

.navNumber {
  position: relative;
  z-index: 20;
}

.navIndicator {
  position: relative;
  visibility: hidden;
  z-index: 0;
}

#nextID, #prevID {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 20;
}
