
.ad-gallery {
    width: 100%;
}
.ad-gallery, .ad-gallery {
    margin: 0;
    padding: 0;
}
.ad-gallery .ad-image-wrapper {
    height: 400px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ad-gallery .ad-image-wrapper .ad-loader {
    border: 1px solid #DCDCDC;
    left: 48%;
    position: absolute;
    top: 48%;
}
.ad-gallery .ad-image-wrapper .ad-next {
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}
.ad-gallery .ad-image-wrapper .ad-prev {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 25%;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url("../images/ad_prev.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 30px;
    left: 0;
    position: absolute;
    top: 47%;
    width: 30px;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url("../images/ad_next.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    left: auto;
    right: 0;
    width: 30px;
}
.ad-gallery .ad-image-wrapper .ad-image {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0 none;
}
.ad-gallery .ad-image-wrapper .ad-image a:hover img {
    border: 0 none;
}
.ad-gallery .ad-nav .ad-thumbs .ad-thumb-list li a:hover img {
    opacity: 0.5;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: url("../images/opa75.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #000000;
    left: 0;
    padding: 8px;
    position: absolute;
    text-align: left;
    width: 100%;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}
.ad-gallery .ad-controls {
    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 {
    cursor: pointer;
    padding-left: 5px;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    font-size: 0.9em;
    padding-left: 5px;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}
.ad-gallery .ad-nav {
    position: relative;
    width: 98%;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 90%;
    position: absolute;
    top: 0;
    width: 100%;
}
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 100px;
}
.ad-gallery .ad-back {
    background: url("../images/ad_scroll_back.png") no-repeat scroll 0 22px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    left: 0;
    right: 20px;
    width: 13px;
}
.ad-gallery .ad-forward {
    background: url("../images/ad_scroll_forward.png") no-repeat scroll 0 22px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    right: -35px;
    width: 13px;
}
.ad-gallery .ad-nav .ad-thumbs {
    height: 90px;
    margin: 0 20px 0 25px;
    overflow: hidden;
    width: 98%;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    height: 90px;
    list-style: none outside none;
    margin: 0 20px 0 0;
    padding: 0;
}
.ad-gallery .ad-thumbs li {
    float: left;
    margin: 0 7px 0 0;
    padding-left: 5px;
    padding-right: 5px;
}
.ad-gallery .ad-thumbs li a {
    display: block;
}
.ad-gallery .ad-thumbs li a img {
    border: 1px solid #DCDCDC;
    display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #616161;
}
.ad-preloads {
    left: -9000px;
    position: absolute;
    top: -9000px;
}
