
* {
  font-family: sans-serif;
}

body {
  text-align: center;
  background-color: #222222;
  color: #ffffff;
}

hr {
  width: 90%;
  height: 1px;
  background-color: #ffffff;
  border: 0;
}

a {
  color: #aaaaaa;
}

a:hover {
  color: #ffffff;
}

ul {
  padding: 0;
}

form {
  text-align: left;
  display: inline-block;
}

table {
  display: inline-block;
}

div.gallery li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 2px;
}

div.gallery a.photo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 200px;
}

div.gallery a.photo img {
  max-width: 200px;
  max-height: 200px
}

div.gallery a.photo div.placeholder {
  display: inline-block;
  background-color: #555555;
  width: 200px;
  height: 200px
}

div.gallery div.buttons {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
}

div.gallery div.buttons a {
  background-color: #eeeeee;
}

.thumbnail-title {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 190px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  min-height: 1em;
  font-size: 9pt;
  padding: 5px;
  text-align: center;
}

#photo-container {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#photo-block {
  display: table-row;
  position: relative;
}

#photo {
  display: table-cell;
}

.photo-arrow {
  display: table-cell;
  visibility: hidden;
  width: 96px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

.photo-arrow-displayed {
  visibility: visible;
}

#photo-left {
  background-image: url('/images/left.png');
}

#photo-right {
  background-image: url('/images/right.png');
}

#breadcrumb {
  margin-bottom: 20px;
}
