div.photo_gallery {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}

div.photo_gallery ul.galleries_list {
  margin: 0px;
  padding: 0px;
  height: auto;
}

div.photo_gallery ul.galleries_list li {
  list-style-type: none;
  float: left;
  width: 31%;
  border: 1px solid #AAAAAA;
  margin: 3px 3px 3px 3px;
  height: 153px;
  overflow: hidden;
}

div.photo_gallery ul.galleries_list li a.gallery_link {
  display: block;
  width: 60px;
  height: 17px;
  background-image: url(/images/structure/gallery_btn.png);
  background-repeat: no-repeat;
  margin: 4px auto 0px auto;
}

div.photo_gallery ul.galleries_list li a.thumbs_link {
  display: block;
  width: 60px;
  height: 17px;
  background-image: url(/images/structure/thumbs_btn.png);
  background-repeat: no-repeat;
  margin: 4px auto 0px auto;
}

div.photo_gallery ul.galleries_list li div.image_holder {
  width: 100%;
  text-align: center;
}

div.photo_gallery ul.galleries_list li div.image_holder img {
  border: none;
}

div.photo_gallery ul.galleries_list li span.photo_gallery_title {
  font-weight: bold;
}

div.photo_gallery ul.galleries_list li a {
  color: #000000;
}

div.photo_gallery ul.galleries_list li a:hover {
  text-decoration: none;
}

div.photo_gallery ul.galleries_list li:hover {
  background-image: url(http://images.harperjames.com/photo_gallery_hover.jpg);
  background-position: -10px;
  text-decoration: none;
}

div.photo_gallery ul.galleries_list li div.photo_gallery_detail {
  display: block;
  padding-left: 5px;
}

div.photo_gallery ul.gallery_buttons {
  margin: 2px auto;
  padding: 0px;
}

div.photo_gallery ul.gallery_buttons li {
  float: left;
  width: 49%;
  border: none;
  margin: 0px;
  padding: 0px;
  height: auto;
}

div.photo_gallery ul.gallery_buttons li:hover {
  background-image: none;
}

div.photo_gallery_thumbs {
  width: 100%;
  height: 90px;
  clear: both;
}

div.photo_gallery_thumbs ul {
  margin: 0px;
  padding: 0px;
}

div.photo_gallery_thumbs ul li {
  float: left;
  list-style-type: none;
  text-align: center;
}

div.photo_gallery_thumbs ul li.arrow_li {
  width: 10%;
}

div.photo_gallery_thumbs ul li.small_li {
  width: 25%;
}

div.photo_gallery_thumbs ul li.large_li {
  width: 29%;
  border: 1px solid #AAAAAA;
  background-image: url(http://images.harperjames.com/photo_gallery_hover.jpg);
  background-position: -45px -10px;
}

div.photo_gallery_thumbs ul li a img {
  border: none;
}

p.thumbs_counter {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

div.photo_gallery_image {
  text-align: center;
  margin: 10px 0px;
}

div.photo_gallery_info {
  margin: 20px 0px 0px 0px;
  padding: 0px;
}

div.photo_gallery_info span.photo_gallery_title {
  font-weight: bold;
}

a.left_photo_gallery_link {
  display: block;
  margin: 10px 0px;
  padding: 0px;
  width: 142px;
  height: 60px;
  background-image: url(/images/structure/photo_gallery_btn.jpg);
}

a.left_photo_gallery_link:hover {
  background-position: bottom;
}

a.left_photo_gallery_link span {
  display: none;
}

p.page_numbers {
  clear: both;
  margin: 2px 0px;
  padding: 0px;
  text-align: center;
  display: inline;
  float: right;
}

p.page_numbers a:hover, p.page_numbers a#current_page {
  background-color: #EFEFEF;
}

p.page_numbers a {
  display: block;
  padding: 2px;
  float: left;
  margin: 0px 1px;
  width: 15px;
}

div.back_button {
  background-image: url(/images/structure/back_btn.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 18px;
  float: right;
  clear: both;
}

div.back_button a {
  display: block;
  width: 70px;
  height: 18px;
}

span.hidden_span {
  display: none;
}

div.photo_gallery_thumbs a.left_scroll {
  background-image: url(/images/structure/back_arrows_btn.png);
  background-repeat: no-repeat;
  display: block;
  width: 29px;
  height: 16px;
  margin: 35px auto 0px auto;
}

div.photo_gallery_thumbs a.right_scroll {
  background-image: url(/images/structure/forward_arrows_btn.png);
  background-repeat: no-repeat;
  display: block;
  width: 29px;
  height: 16px;
  margin: 35px auto 0px auto;
}

ul.thumbs_list {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  clear: both;
}

ul.thumbs_list li {
  width: 101px;
  height: 100px;
  float: left;
  list-style-type: none;
  margin: 3px;
  padding: 0px;
  border: 1px solid #AAAAAA;
  text-align: center;
}

ul.thumbs_list li:hover {
  background-image: url(http://images.harperjames.com/photo_gallery_hover.jpg);
  background-position: -30px -10px;
}

ul.thumbs_list li a img {
  border: none;
}

img.dont_float {
  float: none;
}