/* Carousel ----------------------------------------------------------------- */

#ThemeCarouselWrapper {
    position: relative;
    width: 700px;
    height: 140px;
    clear: both;
    margin-top: 10px;
}

#ThemeCarousel {
    position: relative;
    width: 700px;
    height: 140px;
    overflow: hidden;
}

#ThemeStage {
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 140px;
}

#ThemeCarousel .slide {
    float: left;
    width: 117px;
    height: 140px;
    background: transparent url(images/drop-shadow.png) no-repeat top left;
}

#ThemeCarousel .slide img {
    width: 100px;
    height: 79px;
}

#ThemeCarousel .slide a,
#ThemeCarousel .slide a:hover {
    text-decoration: none;
}

#ThemeCarousel .slide span.caption {
    display: block;
    width: 100px;
    margin-right: 10px;
    font-size: 10px;
    text-align: center;
    color: #666;
}

#ThemeCarousel .slide a:hover span.caption {
    color: blue;
}

#ThemeCarouselWrapper ul.carousel-controls {
    position: absolute;
    top: -25px;
    right: 23px;
    width: 200px;
    height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#ThemeCarouselWrapper ul.carousel-controls li {
    float: left;
    margin: 0;
    padding: 0;
}

#ThemeCarouselWrapper ul.carousel-controls a {
    display: block;
    height: 20px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
}

#ButtonFirst { background-image: url(images/button-first.png); }
#ButtonPrev  { background-image: url(images/button-prev.png);  }
#ButtonNext  { background-image: url(images/button-next.png);  }
#ButtonLast  { background-image: url(images/button-last.png);  }
   
