.ad-gallery {
   margin:15px auto 0;
   width: 1200px;
   border:0px #e5e1d8 solid;position: relative;
}
.ad-gallery, .ad-gallery { 
  padding: 0; 
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 660px; 
    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: 25%;
      height: 100%;
      /*cursor:all-scroll;*/
	  cursor:url('/content/js/adgallery/imgr.cur');
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
	  cursor:url('/content/js/adgallery/imgl.cur');
      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 */ 
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
      
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;    height: 660px;
    }
.ad-gallery .ad-image-wrapper .ad-image img{ width: 1200px; height: 660px;}
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px; 
        text-align: left; 
		  width: 100%;
        z-index: 12; 
        color: #fff;  
		  height: 46px;font-size: 18px;
    font-family: 'Microsoft Yahei';
    line-height: 46px;
      }
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description { padding-left: 15px;}
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
			font-weight: normal;
        }
.ad-gallery .descbg{position: absolute;
        bottom: 0px;
        left: 0px;     z-index: 10;height:46px;
	width:100%;
	  background: rgba(0,0,0,.7) none repeat scroll 0 0!important;}
  .ad-gallery .ad-controls { display: none;
    height:46px;
	width:1200px;
	  background: rgba(0,0,0,.7) none repeat scroll 0 0!important;
	  position: absolute;
        bottom: 0px;
        left: 0px;     z-index: 10;
  }
    .ad-gallery .ad-info {
      float: left;
		display: none;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;display: none;
    }
      .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-controls .ad-slideshow-stop {
		cursor: default;
	  color:#999;
    }		  
    .ad-gallery .ad-slideshow-running .ad-slideshow-stop {
		cursor: pointer;
		color:#000;
		/*cursor: default;
	  color:#999;
      font-style: italic;*/
    }	  
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
	  color:#999;
     /* font-style: italic;*/
    }
  .ad-gallery .ad-nav {
	  display: none;
    width: 100%;
	width:825px;
	margin-left:20px;
	margin-bottom:0px;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 20px;
      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: -15px;
      top:3px;
      width: 13px;
      display: block;
      background: url(/Content/js/adgallery/left.gif) 0px 0px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      top:3px;
      width: 13px;
      background: url(/Content/js/adgallery/right.gif) 0px 0px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumbs-list {
        float: left;
        width: 1000px;
        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: 1px solid #CCC;
			 padding:2px;              
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 2px solid #0e4d94;
			  padding:1px; 
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}