﻿/* Carousel */
#carousel 
{
    width: 960px; 
    height: 388px;
    margin-bottom: 10px;
}
#carousel #carouselpanel 
{
    position: relative;
    top: 26px;
    padding: 20px;
    width: 260px;
    height: 300px;
    background-color: Transparent;
    background-image: url("../images/transparent.png");
    background-repeat: repeat-x repeat-y;
    color: White !important;
    font-size: 0.8em;
}
#carousel #carouselcontrols 
{
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

#carousel .carouselcontrol 
{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: White;
    cursor: pointer;
}
#carousel .carouselcontrol_over 
{
    background-color: #b78b40;
}
#carousel #carouselpanel p 
{
    color: White !important;
}