#photo-content {
  clear: both;
  position: relative;
}
#photo-content a {
  text-decoration: none;
}
#photo-content ul {
  list-style-type: none;
  padding: 0pt;
  margin: 0pt;
}
#photo-content ul.no-overlays .imageContainer img {
  padding: 1px;
  background-color: #dadada;
}
#photo-content ul.no-overlays a:hover .imageContainer img {
  padding: 1px;
  background-color: #e40327;
}
#photo-content .photo-list a img {
  padding: 1px;
  background-color: #dadada;
}
#photo-content .load-more {
  clear: both;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
#photo-content .load-more:hover {
  background-color: transparent;background-color: rgba(0, 0, 0, 0.1);
}
#photo-content .breadcrumb .last {
  font-weight: bold;
}
#photo-content .breadcrumb,
#photo-content .breadcrumb a {
  color: #f9b000;
}
#photo-content .photos li {
  float: left;
  position: relative;
}
#photo-content .photos li.last-of-row {
  margin-right: 0pt;
}
#photo-content ul#photoGroups {
  overflow: hidden;
}
#photo-content ul#photoGroups a:hover,
#photo-content ul#photoGroups a:link,
#photo-content ul#photoGroups a:visited,
#photo-content ul#photoGroups a:active {
  color: #333333;
}
#photo-content ul#photoGroups li {
  float: left;
  position: relative;
  margin: 0 5px 5px 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: center;
}
#photo-content ul#photoGroups li span {
  display: block;
  white-space: nowrap;
}
#photo-content ul#photoGroups li:hover {
  text-decoration: underline;
  text-decoration-color: #333333;
}
#photo-content ul#photoGroups img {
  position: absolute;
  left: 0pt;
  top: 0pt;
}
#photo-content ul#photoGroups .imageContainer {
  overflow: hidden;
}
#photo-content ul#photoGroups .imageContainer img {
  display: block;
}
#photo-content .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#photos h3 {
  margin: 4px 0;
}
#photos ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}
#photos ul li {
  cursor: pointer;
  background-color: #711e79;
  padding: 8px 12px 8px 12px;
  color: white;
  display: inline-block;
  margin: 5px 2px 0 0;
}
#photos ul li.selected {
  background-color: #f9b000;
  color: white;
}
