body {
  background-color: #FFEDCA;
}

#gallery {
  background-color: #FFEDCA;
  width: 100%;
  height: 550px;
  margin: 15px 15px 0px 0px;
}

#viewpane {
  width: 100%;
  height: 400px;
  background-color: #FFEDCA;
  padding-top: 10px;
}

#viewimg {
  text-align: center;
}

#viewimg img {
  background-image: url('');
  background-repeat: no-repeat;
  background-color: #FFEDCA;
  text-align: center;
  height: auto;
  width: auto;
}

#imagepane {
  background-color: #FFEDCA;
  width: 100%;
  height: 125px;
  overflow: auto;
}

#imagelist {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFEDCA;
  width: 100px;
}

#imagelist img {
  margin-left: 5px;
  border: 2px solid white;
}