.ad-gallery {
  width: 600px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 999px;
    height: 376px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;

    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
	  width:36px;
      height: 36px;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      right: 0;
      top: 0;
	  width:36px;
      height: 36px;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
     .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
	   background: url(non-existing.jpg)\9
    

    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
       width: 36px;
        height: 36px;
        display: none;
        position: absolute;
        top: 47%;

        z-index: 101; margin-top:-176px; border:0; 
      }
	
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
	   
       width: 36px;
        height: 36px;
        display: none;
        position: absolute;
        right: 0;
 margin-top:-176px; border:0;  
      }
    .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:70px;
        padding: 0px;
        text-align: left;
        z-index: 2;
      
        color: #fff;
		display:block; width:500px; height:300px; float:left	;
		 
      }
	  
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description { border:1px #f00 solid}
	  
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title { color:#343538; font-size:60px; font-family:Arial; line-height:60px; font-weight:normal; letter-spacing:-0.025em; display:block; background:url(../images/go.png) 0px 150px no-repeat; height:300px}
		 .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title span{ font-size:48px; color:#343538}
		 .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title small {color:#9f2222; font-size:48px}
		 .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title strong {  display:block; width:75px; height:20px; font-size:14px; color:#343538; font-family:Arial; font-weight:normal; letter-spacing:normal; padding-top:40px; padding-left:90px}
		 .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title a{ border:2px #f00 solid}
		 
		
		
  .ad-gallery .ad-controls { display:block; position:absolute; top:450px; right:10px; height:35px; width:90px;  text-align:center; line-height:35px; font-family:Arial, Helvetica, sans-serif; font-size:18px; letter-spacing:-0.05em; z-index:4;}
    .ad-gallery .ad-info {
      float: left; display:none
    }
    .ad-gallery .ad-slideshow-controls {   }
	.ad-slideshow-stop{ display:none}
    .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
       
        cursor: pointer; color:#fff
      }
	  
    .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {           font-size: 0.9em; color:#fff    }
	
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {      cursor: default; display:none  }
	.ad-gallery .ad-slideshow-running .ad-slideshow-stop { display:inline} 
	
  .ad-gallery .ad-nav {
    width: 1000px;
    position: relative; margin-top:1px;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 1;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
 
    .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: 1px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block; width:249px; height:9px; background-color:#a2a2a2
          }
            .ad-gallery .ad-thumbs li a img {

              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active  { background-color:#b71415

            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
.ad-gallery .ad-image-wrapper .ad-prev{background: url('../images/left.gif') left top no-repeat; top: 47%; left:0}
.ad-gallery .ad-image-wrapper .ad-next{background: url('../images/right.gif') right top no-repeat; top: 47%; right:0}
.ad-gallery .ad-image-wrapper .ad-prev:hover{background: url('../images/left_hover.gif') left top no-repeat; top: 47%; left:0}
.ad-gallery .ad-image-wrapper .ad-next:hover{background: url('../images/right_hover.gif') right top no-repeat; top: 47%; right:0}

