.ad-gallery {
  width: 440px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 418px;
    background: url('../img/sertificates_image.jpg') center center no-repeat;
    margin-bottom: 10px;
    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: 20%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 20%;
      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(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: 30px;
        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: 30px;
        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;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
      }

	.ad-description {
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 24px;
		border-bottom: 1px solid #BBBBBB;
		background-color: #D2D3D5;
		overflow: hidden;
	}
	.ad-description .ad-image-description {
        margin: 0;
        /*padding: 7px;*/
        text-align: left;
        width: 100%;
        background-color: #D2D3D5;
        line-height: 18px;
        font-size: 12px;
        color: #2F2F2F;
	}
    .ad-description .ad-image-description .ad-description-title {
      display: block;
      line-height: 24px;
      font-size: 18px;
    }

  .ad-gallery .ad-controls {
  	display: none;
    height: 20px;
  }
    .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 {
  	padding: 0 20px 0 20px;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 50%;
      margin-top: -12px;
      height: 24px;
      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 {
	    background: url("../img/ad-gallery-controls.gif") no-repeat scroll 0 center transparent;
	    cursor: pointer;
	    display: block;
	    left: 0;
	    width: 24px;
    }
    .ad-gallery .ad-forward {
	    background: url("../img/ad-gallery-controls.gif") no-repeat scroll -24px center transparent;
	    cursor: pointer;
	    display: block;
	    right: 0;
	    width: 24px;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
        background: none;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          margin: 0;
          padding: 0;
          list-style-type: none;
          list-style-image: none;
          background: none;
          padding: 0 25px 0 25px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
            padding: 5px 0 5px 0;
          }
            .ad-gallery .ad-thumbs li a img {
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
				zoom: 1; /* hasLayout-Push for IE6 */
				box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
				-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
				-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
				-vendor-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
				filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.8);
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}