.ad-gallery * {
  margin: 0;
  padding: 0;
}
.ad-gallery {
  width: 634px;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0 0 0 0px;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 276px;
    position: relative;
    overflow: hidden;
  }
    .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: 40px;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      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/non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(images/ad_prev.png);
        width: 37px;
        height: 94px;
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 101;
      }
	  .ad-gallery .ad-image-wrapper .ad-next,  .ad-gallery .ad-image-wrapper .ad-prev {
		height: 190px;
		margin-top: 0;
	  }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(images/ad_next.png);
        width: 37px;
        height: 94px;
        right: 0;
        left: auto;
      }
    .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 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        /*background: url(images/opa75.png);*/
		color: #333;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
      /*  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='images/opa75.png');*/
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: inline-block;
		  font-weight: bold;
		  font-size: 14px;
		  text-decoration: none;
        }
  .ad-gallery .ad-controls {
    display: none;
  }
  
  .ad-gallery .ad-nav {
    width: 592px;
	height: 27px;
    position: relative;
	margin-top: -75px;
	z-index: 10;
	padding: 5px 20px;
	background: url(images/opa75.png);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
	  margin-left: 2px;
	  
    }
    /* IE 6 doesn't like height: 100% */
    html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 32px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -2px;
      width: 13px;
      display: block;
      background: url(../images/ad_scroll_back.png) 2px 12px no-repeat;
	  padding: 3px;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -6px;
      width: 13px;
      background: url(../images/ad_scroll_forward.png) 3px 12px no-repeat;
	  padding: 3px;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }

      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #fff;
              display: block;
			  height: 20px;
			  
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #2890a6;
			  
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.ad-image-description span.action-buttons {
	width: 100%;
	display: inline-block;
	text-align: right;
	margin-top: px;
}
a.slider-buynow:visited, a.slider-buynow:link {
	display: inline-block;
	width: 98px;
	height: 25px;
	background: url(../images/AddCartButton.png) left top no-repeat;
	margin-left: 5px;
}
a.slider-link:visited, a.slider-link:link {
	display: inline-block;
	width: 98px;
	height: 25px;
	background: url(../images/ViewMore.png) top left no-repeat;
	
}
a.slider-buynow:hover, a.slider-link:hover {
	
}