#gallery {
}
#gallery #full-gallery {
}
#gallery ul#full-gallery li {
  list-style-type: none;
  list-style-image: none;
  width: 120px;
  float:left;
  text-align: center;
  margin-bottom: 10px;
}
#gallery ul#full-gallery li img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#gallery ul#full-gallery li a img {
  background: #eee;
  padding: 3px;
  border: 1px solid #ccc;
}
#gallery ul#full-gallery li a:hover img {
  background: Red;
  padding: 3px;
}

#image-details {
   padding: 0px;
   margin: 0px;
}
#image-details span.nav {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
}
#image-details img {
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  background: white;
  display: block;
}

#thumbnails {
  list-style-type: none;
  list-style-image: none;
}
#thumbnails li {
  display: inline;
}
.backlink {
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 30px;
  display: block;
}
#thumbnails li a img {
  background: #eee;
  border: 1px solid #ccc;
  padding: 3px;
}
#thumbnails li a#selected img {
  background: Yellow;
}

#thumbnails li a:hover img {
  background: Red;
}
#album-list {
  list-style-type: none;
  list-style-image: none;
}

