.ad-gallery {
    width: 100%
}

.ad-gallery,.ad-gallery * {
    margin: 0;
    padding: 0
}

.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.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: 40%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100
}

.ad-gallery .ad-image-wrapper .ad-next,.ad-gallery .ad-image-wrapper .ad-prev {}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image,.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image {
    background: url(leftx.png) no-repeat;
    width: 64px;
    height: 64px;
    display: none;
    background-position: 18px 13px;
    position: absolute;
    top: 38%;
    left: 0;
    z-index: 101;
    background-color: #f35e2d
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image:hover {
    background-color: #2e3138}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(rightx.png) no-repeat;
    width: 64px;
    height: 64px;
    right: 0;
    left: auto;
    background-color: #f35e2d;
    background-position: 22px 12px
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image:hover {
    background-color: #2e3138
}

.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 .ad-image-description {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(opa75.png);
    color: #000
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: 0 0;
    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
}

.ad-gallery .ad-controls {
    height: 20px;
    position: relative;
    z-index: 1
}

.ad-slideshow-controls {
    position: absolute;
    top: 0;
    right: 0
}

.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: 4px 11px;
    background: #2e3138;
    color: #fff
}

.ad-slideshow-controls .ad-slideshow-start:hover {
    background: #3498db
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: .9em
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start:hover {
    background: #3498db
}

.ad-gallery .ad-nav {
    width: auto;
    padding: 0 30px;
    position: relative;
    background: #f3f3f3;
    margin: 30px 0 10px
}

.ad-gallery .ad-back,.ad-gallery .ad-forward {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10
}

* html .ad-gallery .ad-forward,.ad-gallery .ad-back {
    _height: 100px
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: 0px;
    width: 15px;
    display: block;
    background: url(left-w.png) center 50px no-repeat;
}

.ad-gallery .ad-back:hover {
    background: url(left-d.png) center 50px no-repeat
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: 0px;
    width: 15px;
    background: url(right-w.png) center 50px no-repeat;
}

.ad-gallery .ad-forward:hover {
    background:url(right-d.png) center 50px no-repeat
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none
}

.ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px
}

.ad-gallery .ad-thumbs li a {
    display: block;
    background-color: #000;
}

.ad-gallery .ad-thumbs li a img {
    border: none;
    display: block;
    width: 223px;
    height: 125px
}

.ad-gallery .ad-thumbs li a.ad-active img {

}

.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px
}

#gallery {
    position: relative;
    z-index: 0
}

#descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden
}

#descriptions .ad-image-description {
    position: absolute
}

#descriptions .ad-image-description .ad-description-title {
    display: block
}

.ad-slideshow-countdown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #08c;
    overflow: hidden;
    line-height: 20px;
    z-index: 99
}

.ad-text {
    background-color: #2e3138;
    padding: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 20px;
}

.ad-img-num {
    float: left;
    width: auto;
    padding-top: 9px
}

.ad-img-num em,.ad-img-num i {
    font-style: normal
}

.ad-img-num em {
    font-size: 20px;
    color: #fff
}

.ad-img-num i,.ad-img-num span {
    font-size: 14px;
    color: #fff
}

.ad-img-text {
    margin-left: 60px;
    color: #f9f9f9
}