.ad-gallery {
}
.ad-gallery, .ad-gallery * {
}
.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
    border: 1px solid #CCC;
    opacity: 0.8;
}
.ad-gallery .ad-next,
.ad-gallery .ad-prev {
    display: block;
    width: 22px;
    height: 34px;
    background: url('../images/gallery-arrows.png') 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor:pointer;
}
.ad-gallery .ad-prev {
    left: -29px;
    background-position: 0 0;
}
    .ad-gallery .ad-prev:hover {
        background-position: -44px 0;
    }
.ad-gallery .ad-next {
    right: -29px;
    background-position: -22px 0;
}
    .ad-gallery .ad-next:hover {
        background-position: -66px 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 img {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    /*display:none;*/
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
    padding: 0 6px;
    text-align: left;
    z-index: 2;
    background: url('../images/white75.png');
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description span { display: none; }
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}
.ad-gallery .ad-controls {
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 22px;
    line-height: 22px;
    /*display: none;*/
    white-space: nowrap;
}
.ad-gallery .ad-info {
    /*position: absolute;*/
    /*bottom: 5px;*/
    /*left: 5px;*/
    background: url('../images/white75.png') 0 0 repeat;
    height: 22px;
    padding: 0 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 23px;
    margin: 0 5px 0 0;
    color: #000000;
    font-size: 12px;
    float: left;
}
.ad-gallery .ad-nav {
    width: 100%;
    position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
    position: absolute;
    top: 0;
    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,
.ad-gallery .ad-forward {
    display: block;
    width: 22px;
    height: 34px;
    background: url('../images/gallery-arrows.png') 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}
.ad-gallery .ad-back {
    left: -29px;
    background-position: 0 -34px;
}
    .ad-gallery .ad-back:hover {
        background-position: -44px -34px;
    }
.ad-gallery .ad-forward {
    right: -29px;
    background-position: -22px -34px;
}
    .ad-gallery .ad-forward:hover {
        background-position: -66px -34px;
    }
.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    margin-left: -2px;
    margin-right: -2px;
    width: 404px;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}
.ad-gallery .ad-thumbs li {
    float: left;
}
.ad-gallery .ad-thumbs li a {
    display: block;
    width: 120px;
    border: 2px solid #e6f0f8;
    margin-right: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    float: left;
    overflow: hidden;
}
.ad-gallery .ad-thumbs li a img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.ad-gallery .ad-thumbs li a.ad-active {
    border-color: #11b4f1;
}
.ad-gallery .ad-thumbs li a.last {
    margin-right: 0px;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}
span.ad-slideshow-start {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/play-pause-big.png') 0 0 no-repeat;
    float: left;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
}
span.ad-slideshow-stop {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/play-pause-big.png') 0 -22px no-repeat;
    float: left;
    text-indent: 9999px;
    cursor: pointer;
    overflow: hidden;
}
.ad-slideshow-controls {
    float: left;
}