/*
 * Photo gallery Styles
 */

#photo-gallery-list .gallery {
  clear: both;
  margin: 0;
  padding: 0;
}
#photo-gallery-list .image {
  float: left;
  clear: left;
  width: 100px;
  margin: 0 0 10px 0;
}
#photo-gallery-list h2 {
  font-size: 110%;
  margin: 0 0 5px 0;
}
#photo-gallery-list .description {
  margin-left: 120px;
}

#photo-gallery .photo {
  clear: both;
  margin: 0;
  padding: 0;
}
#photo-gallery .image {
  float: left;
  clear: left;
  width: 100px;
  margin: 0 0 10px 0;
}
#photo-gallery .description {
  margin-left: 120px;
}

.back {
  clear: both;
}