
.sections {
  width: 502px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  display: none;
}

.photos {
  width: 502px;
  height: 502px;
  overflow: hidden;
  background-color: #000;
  position: relative;
}

.photo {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 502px;
  height: 502px;
  font-size: 0;
}

.photo td {
  vertical-align: middle;
  text-align: center;
}

#photo-menu {
  position: relative;
  float: left;
  height: 502px;
  width: 180px;
  font: normal 12px verdana, sans-serif;
}

#photo-items {
  position: absolute;
  bottom: 0px;
  text-align: right;
  width: 180px;
}

#photo-items div {
  cursor: pointer;
  color: #c71b1b;
}

#photo-items div:hover {
  cursor: pointer;
  color: #f00;
  text-decoration: underline;
}

#photo-items .active {
  font-weight: bold;
}

.thumbs img {
  margin: 5px 5px 0 0;
  opacity: 0.5;
  border: 1px solid #000;
  cursor: pointer;
}

.thumbs img:hover {
  opacity: 1;
}

#next-back {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #c71b1b;
  font: normal 11px verdana, sans-serif;
}

#next, #back {
  cursor: pointer;
}

#next:hover, #back:hover {
  color: #f00;
}

#section-colophon {
  display: none;
  width: 502px;
  height: 565px;
}
