body.galleries div.gallery-left {
  float: left;
  width: 145px;
}
body.galleries div.gallery-right {
  float: left;
  width: 305px;
}
body.galleries div.gallery-right p {
  display: inline;
}
body.galleries div.list_item {
  padding-bottom: 16px;
}
body.galleries .image_nav {
  margin: 5px 0px 10px 0px;
}
body.galleries .image_nav .loc {
  float: left;
}
body.galleries .image_nav .links {
  float: right;
}
body.galleries .image_nav .links a {
  font-weight: normal !important;
}
body.galleries #gallery {
  font-size: .9em;
  padding-right: 10px;
  overflow: hidden;
  min-height: 900px;
}
body.galleries #gallery .left hr {
  margin: 10px 0px 10px 0px !important;
}
body.galleries #caption {
  margin-top: 5px;
  line-height: 1.4em;
}
body.galleries .paging {
  margin: 0px 0px 5px 0px !important;
  border-top: 1px solid #fcfcf6;
  /*ie hack */
}
body.galleries .paging .loc {
  float: left;
}
body.galleries .paging .links {
  float: right;
}
body.galleries .paging .links a {
  font-weight: normal !important;
  padding-left: 5px;
}
body.galleries .paging .links a.selected {
  font-weight: bold !important;
  text-decoration: underline !important;
}
body.galleries #thumbnails_container {
  background-color: #fcfcf6;
  margin-top: 1.5em;
}
body.galleries #thumbnails_padder {
  padding: 5px 10px 0px 10px;
}
body.galleries #thumbnails {
  border: 1px solid #fcfcf6;
  /*ie hack */
}
body.galleries #thumbnails img {
  float: left;
  margin: 0px 5px 5px 0px;
  border: 1px solid #8d8d8d;
}
body.galleries #thumbnails img.selected {
  border: 1px solid #3c561e;
}
body.galleries .no_margin {
  margin-right: 0px !important;
}
body.galleries #thumbnails div div {
  margin: 0px !important;
  padding: 0px !important;
}
body.galleries #thumbnails div div div {
  height: 0px !important;
  border: 0px !important;
}
body.galleries #slideshow_controls {
  padding: 5px 15px 5px 0px;
  background-color: #f7f7e8;
  text-align: right;
}
body.galleries #slideshow_play_link {
  padding-right: 15px;
  background: transparent url(../../images/gallery/play.png) no-repeat center right;
}
body.galleries #slideshow_pause_link {
  padding-right: 15px;
  background: transparent url(../../images/gallery/pause.png) no-repeat center right;
}
body.galleries #main_image img {
  border: 1px solid #f5f5f5;
}
