@import url(common.css);

#groups {
  width: 200px;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 2em;
  margin-left: 2em;
  margin-bottom: 2em;
}

#images {
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  background-color: #e0e0e0;
  overflow: auto;
  white-space: nowrap;
}

#image {
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  background-color: #e0e0e0;
  overflow: auto;
  white-space: nowrap;
  line-height: 600px;
}

#image img {
  vertical-align: middle;
  border: 0;
}

#images h1 {
  font-size: smaller;
  color: #aaa;
  letter-spacing: normal;

}

#images ul li {
  display: inline;
}
