/* reset */
.cbGallerySlider, .cbGallerySlider div, .cbGallerySlider span, .cbGallerySlider a, .cbGallerySlider img, .cbGallerySlider p {
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 1px;
}
.cbGallerySlider {
    position: relative;
    margin: 15px 0 20px;
}

/* clear */
.cbGallerySlider .cbg-nav:after, .cbGallerySlider .cbg-info:after {
    content: '';
    display: block;
    clear: both;
}

.cbGallerySlider div.cbg-images {
    text-align: center;
}
.cbGallerySlider div.cbg-images a {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.cbGallerySlider div.cbg-info {
    background-color: #2e2e2e;
    position: relative;
}
.cbGallerySlider.noCaption .cbg-info {
    height: 41px;
}

.cbGallerySlider .cbg-nav {
    padding: 0;
    width: 57px;
    display: inline-block;
}
.cbGallerySlider.hasCaption .cbg-nav {
    float: right;
    margin: 13px 10px 10px 20px;
    position: relative;
}
.cbGallerySlider.noCaption .cbg-nav {
    float: none;
    margin: 0;
    position: absolute;
    top: 8px;
    right: 11px;
}

.cbGallerySlider .cbg-prev, .cbGallerySlider .cbg-next {
    color: #dddddd;
    display: inline-block;
    background-color: #111111;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    padding: 4px 0;
    width: 22px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #666;
    line-height: 16px;
    font-family: Helvetica, ​Arial, ​Verdana, ​Sans-Serif;
}
.cbGallerySlider .cbg-prev:hover, .cbGallerySlider .cbg-next:hover {
    color: #ff9900;
    background-color: #666666;
    opacity: 1;
    filter: alpha(opacity=100);
}
.cbGallerySlider .cbg-prev {
    margin-right: 7px;
}

.cbGallerySlider .cbg-pager {
    line-height: 12px;
}
.cbGallerySlider.hasCaption .cbg-pager {
    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 200;
}
.cbGallerySlider.noCaption .cbg-pager {
    position: relative;
    top: 16px;
    left: 11px;
}
.cbGallerySlider .cbg-pager a {
    height: 11px;
    width: 11px;
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0 3px 7px;
    text-decoration: none;
}
.cbGallerySlider .cbg-pager a.cycle-pager-active {
    background-color: #d69746;
}
.cbGallerySlider .cbg-long-cap,
.cbGallerySlider .cbg-caption {
    font-size: 14px;
    line-height: 1.4em;
    color: #ffffff;
    padding: 11px;
}
