/* 
    Document   : carousel.css
    Created on : 15-feb-2010, 10:10:28
    Author     : mwithagen
    Description:
        Styling for the default carousel.
*/


/*
  Default styling template, carrousel specific
*/

/*#Carousel-default-container {
  position : relative;
}

#Carousel-default-wrapper {
    border: 1px solid black;
}

#Carousel-default-content {
}

#Carousel-default-content .slide {
}

#Carousel-default-container .numericNavigation {
  position : absolute;
  bottom   : 10px;
  right    : 10px;
}

#carouselNavigation .carousel-selected {
  color: #f87904;
}
*/
