body {
  background-color: #424647;
  text-align: center;
}

#seeSlide {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url("../images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

#seeSlide img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

#debug {
}

#arrows {
  display: table;
  position: absolute;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
  top: 35%;
  font-size: 80px;
}

#arrows a {
  text-decoration: none;
  color: #0797da; 
}

#slideLeftArrow, #slideRightArrow {
  opacity: 0.3;
}

#slideLeftArrow {
  float: left;
  margin-left: 30px;
}

#slideRightArrow {
  float: right;
  margin-right: 30px;
}

.hidden {
  visibility: hidden;
}

ul#slideDiscs {
  display: table;
  position: relative;
  z-index: 20;
  top: 80%;
}

ul#slideDiscs li {
  font-size: 38px;
  list-style: circle;
  color: #0797da;
  float: left;
  padding-right: 35px;
}

ul#slideDiscs li.selected {
  list-style: disc;
  color: #6cc3eb;
}
