

.ax-gallery {
  width: 1200px;
}
.ax-gallery, .ax-gallery * {
  margin: auto;
  padding: 0;
}
  .ax-gallery .ax-image-wrapper {
    width: 100%;
    height: 615px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
		
  }
    .ax-gallery .ax-image-wrapper .ax-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ax-gallery .ax-image-wrapper .ax-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 10%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ax-gallery .ax-image-wrapper .ax-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 10%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ax-gallery .ax-image-wrapper .ax-prev, .ax-gallery .ax-image-wrapper .ax-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ax-gallery .ax-image-wrapper .ax-prev .ax-prev-image, .ax-gallery .ax-image-wrapper .ax-next .ax-next-image {
        background: url(/public/images/ax-gallery/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ax-gallery .ax-image-wrapper .ax-next .ax-next-image {
        background: url(/public/images/ax-gallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ax-gallery .ax-image-wrapper .ax-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;  
    }
      .ax-gallery .ax-image-wrapper .ax-image a img {
        /*border: 0;*/
				border: 2px solid #616161;
				width: 98.5%;
				
				max-height: 97.5%;
      }
      .ax-gallery .ax-image-wrapper .ax-image img {
			
        /*padding: 5px;
          border-style:inset;
				border-color:red;*/
				border: 2px solid #616161;
				
      }
      .ax-gallery .ax-image-wrapper .ax-image .ax-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 .ax-gallery .ax-image-wrapper .ax-image .ax-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ax-gallery .ax-image-wrapper .ax-image .ax-image-description .ax-description-title {
          display: block;
        }
  .ax-gallery .ax-controls {
    height: 20px; display: none; /* hide  start stop, 1 of 10  */
  }
    .ax-gallery .ax-info {
      float: left;
    }
    .ax-gallery .ax-slideshow-controls {
      float: right;
    }
      .ax-gallery .ax-slideshow-controls .ax-slideshow-start, .ax-gallery .ax-slideshow-controls .ax-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ax-gallery .ax-slideshow-controls .ax-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ax-gallery .ax-slideshow-running .ax-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ax-gallery .ax-nav {
    width: 100%;
    position: relative;
  }
    .ax-gallery .ax-forward, .ax-gallery .ax-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ax-gallery .ax-forward, .ax-gallery .ax-back {
      height: 100px;
    }
    .ax-gallery .ax-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(/public/images/ax-gallery/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ax-gallery .ax-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(/public/images/ax-gallery/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ax-gallery .ax-nav .ax-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ax-gallery .ax-thumbs .ax-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ax-gallery .ax-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ax-gallery .ax-thumbs li a {
            display: block;
          }
            .ax-gallery .ax-thumbs li a img {
              border: 2px solid #CCC;
              display: block;
							max-height:70px;
							height:70px;
            }
            .ax-gallery .ax-thumbs li a.ax-active img {
              border: 2px solid #3A6EA5;
              border-bottom: 8px solid #3A6EA5;
            }
/* Can't do display none, since Opera won't load the images then */
.ax-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}