#gallery {
  height: 235px;
}

#gallery_button_prev, #gallery_button_next {
  width: 113px;
  float: left;
}

#gallery_button_prev img,#gallery_button_next img {
  width: 113px;
}

#viewport {
  width: 350px;
  height: 233px;
  float: left;
  border: solid 1px #6b1d1b;
  position: relative;
  text-align: center;
}

#viewport img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#quotes {
  width: 540px;
  height: 400px;
  overflow-y: scroll;
  border: solid 1px #d7c9b2;
  padding: 18px;
  margin-top: 10px;
}

table {
  margin: 0 auto;
}
