/*this will hide the title that is animated over the large image*/
.ad-image-description {
   display:none;
    }
.gallery-wrapper {
    position:relative;
        padding:0;
    overflow:hidden;
}
.photo_credit {
    font-size:11px;
    color:#737373;
}
.desc_wrapper {
    display:none;
}
.ad-slideshow-countdown {
    display:none;
}
.thumb-wrapper {
    margin:0 auto;
    width:480px;
    clear:left;
}
.gallery-wrapper .images-to-thumbnail-wrapper {
    float:left;
    width:100%;
    line-height:15px;
}
.gallery-wrapper .thumbnail_view .images-to-thumbnail-wrapper {
  width: 300px;
}
.images-to-thumbnail-wrapper span {
    float:right;
    font-size:14px;
    text-align:left;
}
.thumbnail_view {
    overflow: hidden;
    position: relative;
    display:none;
    clear:left;
    width: 640px;
    padding-bottom:10px;
    text-align:center;
}
#content .thumbnail_view .thumb-wrapper img{
    float:left;
    border:5px solid #fff;
    margin:5px;
    background:#fff;
    cursor:pointer;
}
.thumbnail_view .ad-info, .thumbnail_view .ad-slideshow-stop {
    display:none;
}
.ad-gallery .ad-slideshow-start {
    display:none;
}
.ad-image-description {
   position: absolute;
    }
#description .ad-image-description .ad-description-title {
   display: block;
}
#description h2 {
  color: #5A5A5A;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0 10px;
   display:block;
}
#description p {
  color: #5A5A5A;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(../images/transparent.png)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/gallery_nav_left.png);
        width: 30px;
        height: 60px;
        display: none;
        position: absolute;
        top: 40%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../images/gallery_nav_right.png);
        width: 30px;
        height: 60px;
        right: 0;
        left: auto;
      }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image:hover,
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image:hover { opacity: 1 !important; }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
     padding:7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../images/opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: #fff;
    filter:alpha(opacity=60);
        /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');*/
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .gallery-wrapper .ad-controls {
       height: 15px;
    float:right;
    padding:5px;
  }
  .gallery-wrapper thumbnail_view .ad-controls {
    height: 20px;
    margin-left: 260px;
    background:#fff;
  }
    .gallery-wrapper .ad-info {
       float: left;
    text-align:right;
    margin:0;
    font-size:11px;
  color: #DDD;
    }
    .gallery-wrapper .ad-slideshow-controls {
      float: left;
    }
    .gallery-wrapper .ad-slideshow-controls .ad-slideshow-start {
    margin-bottom:5px;
    }
      .gallery-wrapper .ad-slideshow-controls .ad-slideshow-start, .gallery-wrapper .ad-slideshow-controls .ad-slideshow-stop {
        cursor: pointer;
        color:#307F90;
        font-weight:bold;
        font-size:11px;
        font-family:Arial;
        text-transform:uppercase;
        float:left;
      }
      .gallery-wrapper .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
        display:none;
        color:#fff;
        position:absolute;
        left:-99999px;
      }
    .gallery-wrapper .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      /*display:none;*/
    }
  .gallery-wrapper .ad-nav {
    width: 576px;
    position: relative;
    height:87px;
    margin:20px 0 0 0;
    background:#fff;
    padding:12px 0 0 0;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {

    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: 0;
      height: 75px;
      width: 20px;
      margin-top: 11px;
      display: block;
      background: #307F90 url(../images/gallery_scroll_left.jpg) no-repeat 0 0;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      height: 75px;
      margin-top: 11px;
      right: 0px;
      width: 20px;
      background: #307F90 url(../images/gallery_scroll_right.jpg) no-repeat 0 0;
    }
.ad-gallery .ad-nav .ad-thumbs {
  left: 35px;
  overflow: hidden;
  position: absolute;
  width: 565px;
}
#content .ad-gallery .ad-thumbs .ad-thumb-list {
    margin-bottom:0;
}
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding: 0 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              display: block;

            }
            .ad-gallery .ad-thumbs li a.ad-active img {
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}