#slideshow
{
    width: 960px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.slideshow
{
    list-style: none;
}

ul.slideshow li
{
    position: absolute;
    left: 0;
    right: 0;
}

ul.slideshow li.show
{
    z-index: 0;
}

ul img
{
    border: none;
}

#slideshow-caption
{
    width: 960px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #000;
    z-index: 1;
}

#slideshow-caption .slideshow-caption-container
{
    padding: 5px 10px;
    z-index: 1;
}

#slideshow-caption h3
{
    font-family: Arial, Tahoma, Trebuchet MS, Sans-Serif;
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: white;
}

#slideshow-caption p
{
    margin: 5px 0 0 0;
    padding: 0;
}
