#bg-slideshow #gallery-buttons {
    bottom: 15px;
    display: none;
    position: fixed;
    left: 893px;
    z-index: 1000;
}
#bg-slideshow #gallery-buttons #play-pause {
    float: left;
    margin: 0 5px;
}
#bg-slideshow #gallery-buttons #play-pause .play-button {
    display: none;
}
#bg-slideshow #gallery-buttons .prev-next {
    float: left;
    padding: 0 5px;
}
#bg-slideshow #gallery-buttons .prev-next img {
    cursor: pointer;
}
#bg-slideshow #gallery-buttons #play-pause .play-button, #bg-slideshow #gallery-buttons #play-pause .pause-button {
    cursor: pointer;
}
#bg-slideshow #info {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 20px;
}
#bg-slideshow #info .info-button {
    cursor: pointer;
    display: none;
}
#bg-slideshow #info #info-text {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px 10px 10px 10px;
    display: none;
    line-height: 24px;
    margin-top: 5px;
    padding: 8px 15px 9px 14px;
    position: relative;
    text-align: left;
}
.ie7 #bg-slideshow #info #info-text, .ie8 #bg-slideshow #info #info-text {
    background: url("../img/graphics/ie_info_bg.png") repeat scroll 0 0 #000000 !important;
}
#bg-slideshow #info #info-text .info-title {
    color: #FFFFFF;
    font: 22px Verdana,Geneva,sans-serif;
}
#bg-slideshow #info #info-text a {
    color: #A4998E;
    text-decoration: underline;
}
#bg-slideshow #info #info-text a:visited {
    color: #A4998E;
}
#bg-slideshow #info #info-text a:hover {
    text-decoration: none;
}
#bg-slideshow #bg-images ul, #bg-images ul {
    display: none;
    list-style-type: none;
}
#bg-slideshow #bg-images ul li, #bg-images ul li {
    display: none;
    list-style-type: none;
}

