#container{
  width: 980px;
  height: 270px;
  text-align:center;
}
.ad-gallery {
  width: 980px;
}
.ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    background: #111111;
    width: 100%;
    height: 290px;
    margin-bottom: 0px;
    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%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      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(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(ad_prev.png);
        width: 30px;
        height: 25px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 25px;
        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 a img {
        border: 0;
      }
	   .ad-gallery .ad-image-wrapper .ad-image a {
        width: 980px !important;
		height: 270px !important;
		position: absolute;
		display:block;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {

        left: 0px;
		bottom: 70px;
        text-align: left;
        width: 100%;
        z-index: 2;
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
		  color: #FFFFFF;
			font-family: Tahoma,MS Sans Serif;
			font-size: 12px;
			font-style: normal;
			text-decoration: none;
        }
		.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title-des {
		color: #231F20;
		font-family: Tahoma,MS Sans Serif;
		font-size: 12px;
		font-style: normal;
		text-decoration: none;
        }
  .ad-gallery .ad-controls {
		height: 0px;
		cursor: pointer;
		right: 52px;
		display: block;
		position: absolute;
		top: 10px;;
		z-index: 10;
  }
    .ad-gallery .ad-info {
		height: 0px;
		cursor: pointer;
		right: 0;
		width: 43px;
		display: none;
		position: absolute;
		top: 55px;
		z-index: 10;
		color: #231F20;
		font-family: Tahoma,MS Sans Serif;
		font-size: 12px;
		font-style: normal;
		text-decoration: none;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start {
		display:none;
        padding-left: 3px;
        cursor: pointer;
		width: 22px;
		height: 0px;
		position: absolute;
		top: 40px;
		right: -3px;
		z-index: 10;
		background: url(simg/bt_play.gif) no-repeat;
		opacity: 0.6;
      }
	  .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
		display:none;
        cursor: pointer;
		width: 22px;
		height: 0px;
		position: absolute;
		top: 10px;
		right: 0px;
		z-index: 10;
		background: url(simg/bt_pause.gif) no-repeat;
		opacity: 1;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
		display:none;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
	opacity:1;
    }
	 .ad-gallery .ad-slideshow-running .ad-slideshow-stop {
      cursor: default;
      font-style: italic;
	 opacity:0.6;
    }
  .ad-gallery .ad-nav {
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      height: 25px;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    .ad-gallery .ad-back {
	position: absolute;
	height: 25px;
      cursor: pointer;
      right: 463px;
      width: 22px;
      display: none;    
	  top:10px;
    }
    .ad-gallery .ad-forward {
	position: absolute;
	  height: 25px;
      cursor: pointer;
      display: none;
      right: 5px;
      width: 22px;
	  top:10px;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
    }
	.ad-nav {
		text-align:left;
	}
	.ad-thumbs {
		position: absolute;
		z-index: 10;
		top:-22px;
		 background: url(img/banner-tab.png) no-repeat;
		text-align:center;
	}
	.ad-thumb-list {
	margin:0 auto;
	list-style:none;
	}
	.ad-gallery .ad-thumbs {
        float: left;
        width:980px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
		  width:15px;
        }
          .ad-gallery .ad-thumbs li a {
			display: block;
			height:22px;
			border:0px;
			outline: none;
			font-family: Tahoma,MS Sans Serif;
			font-size: 13px;
			font-style: normal;
			font-weight: bold;
			text-decoration: none;
			text-align:left;
			background: url(../banner-slide/bg.png) no-repeat;
          }
            .ad-gallery .ad-thumbs li a img {	
				border:0px;
				display: block;
				width:9px;
				margin-top:8px;
            }
			.ad-gallery .ad-thumbs li a.ad-active {
			color: #009345;
			font-family: Tahoma,MS Sans Serif;
			font-size: 12px;
			font-style: normal;
			text-decoration: none;
			background: url(../banner-slide/bg_act.png) no-repeat;
				}
            .ad-gallery .ad-thumbs li a.ad-active img {
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}