.a2d-gallery {
  width: 960px; /* fix */
}
.a2d-gallery, .a2d-gallery * {
  margin: 0;
  padding: 0;
}
  .a2d-gallery .a2d-image-wrapper {
    width: 100%;
    height: 448px; /* fix */
    margin-bottom: 0px; /* fix */
    position: relative;
    overflow: hidden;
  }
    .a2d-gallery .a2d-image-wrapper .a2d-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
    }
    .a2d-gallery .a2d-image-wrapper .a2d-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .a2d-gallery .a2d-image-wrapper .a2d-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .a2d-gallery .a2d-image-wrapper .a2d-prev, .a2d-gallery .a2d-image-wrapper .a2d-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .a2d-gallery .a2d-image-wrapper .a2d-prev .a2d-prev-image, .a2d-gallery .a2d-image-wrapper .a2d-next .a2d-next-image {
        background: url(a2d_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 250px; /* 47% fix */
        left: 0;
        z-index: 101;
      }
      .a2d-gallery .a2d-image-wrapper .a2d-next .a2d-next-image {
        background: url(a2d_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .a2d-gallery .a2d-image-wrapper .a2d-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .a2d-gallery .a2d-image-wrapper .a2d-image .a2d-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .a2d-gallery .a2d-image-wrapper .a2d-image .a2d-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .a2d-gallery .a2d-image-wrapper .a2d-image .a2d-image-description .a2d-description-title {
          display: block;
        }
  .a2d-gallery .a2d-controls {
    height: 20px;
	display:none; /* fix */
  }
    .a2d-gallery .a2d-info {
      float: left;
    }
    .a2d-gallery .a2d-slideshow-controls {
      float: right;
    }
      .a2d-gallery .a2d-slideshow-controls .a2d-slideshow-start, .a2d-gallery .a2d-slideshow-controls .a2d-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .a2d-gallery .a2d-slideshow-controls .a2d-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .a2d-gallery .a2d-slideshow-running .a2d-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .a2d-gallery .a2d-nav {
    width: 100%;
    position: relative;
	display:none; /* fix */
  }
    .a2d-gallery .a2d-forward, .a2d-gallery .a2d-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .a2d-gallery .a2d-forward, .a2d-gallery .a2d-back {
      height: 100px;
    }
    .a2d-gallery .a2d-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(a2d_scroll_back.png) 0px 22px no-repeat;
    }
    .a2d-gallery .a2d-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(a2d_scroll_forward.png) 0px 22px no-repeat;
    }
    .a2d-gallery .a2d-nav .a2d-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .a2d-gallery .a2d-thumbs .a2d-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .a2d-gallery .a2d-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .a2d-gallery .a2d-thumbs li a {
            display: block;
          }
            .a2d-gallery .a2d-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .a2d-gallery .a2d-thumbs li a.a2d-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.a2d-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}