        #gallery-container {
            height: 366px;
            overflow: hidden;
            position: relative;
            width: 616px;
            background: url(../images/rotator/photobg.png) no-repeat left top;
        }
        #gallery-container ul, #gallery-container li {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
        }
        div.slideshow, .carousel {
            position: absolute;
            overflow: hidden;
            height: 366px;
            width: 574px;
            left: 14px;
            top: 14px;
        }
        .carousel .js ul li {
            display: inline;
            float: left;
            overflow: hidden;
        }
        #carousel-controls {
            top: 311px;
            left: 28px;
            height: 22px;
            position: absolute;
            width: 560px;
        }
        #carousel-controls .gallery-nav {
            display: inline-block;
            position: absolute;
            top: 4px;
        }
        #carousel-controls .gallery-group {
            background: transparent url(../images/rotator/btn-gallery-left.png) no-repeat scroll left top;
            display: block;
            float: left;
            height: 17px;
            line-height: 17px;
            margin-left: 5px;
            padding-left: 3px;
        }
        #carousel-controls .gallery-group a {
            background: transparent url(../images/rotator/btn-gallery-right.png) repeat-x scroll right top;
            color: #412e11;
            display: block;
            font: 10px bold Arial, sans-serif;
            float: left;
            height: 17px;
            line-height: 17px;
            padding: 0 15px;
            text-align: center;
            text-decoration: none;
        }
        #carousel-controls .over {
            background-position: left bottom;
        }
        #carousel-controls .over a {
            background-position: right bottom;
            color: #cca466;
        }
        .overlay-background {
            background-color: #412e11;
            height: 27px;
            opacity: .7;
            position: relative;
            width: 560px;
        }