 .ad-gallery { width:650px; height:auto; float:left; margin-left:10px;}
 
 
 .ad-gallery .ad-image-wrapper {
    width: 640px;
    height: 332px;
    margin-bottom: 15px;
    position: relative;
	overflow:hidden;
  }
    .ad-image { width:640px!important; height:332px!important; float:left; margin-left:-41px;}
	.ad-image img { width:640px!important; height:332px!important; float:left;}
    .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 .ad-image-description .ad-description-title {
          display: block;
        }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 681px;
    position: relative;
  }
    .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 {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left:-30px;
      width: 30px;
	  height:29px;
      display: block;
	  background:url(../images/left.jpg) no-repeat left;
	  margin-top:40px;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -10px;
      width: 30px;
	  height:29px;
      background: url(../images/right.jpg) no-repeat left;
	  margin-top:40px;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 639px;
	  float:left;
	  margin-left:10px;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          margin-right:8px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          } 
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}