#slideshow {
    width: 291px;
    height: 356px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background: #fff;
    border: 1px solid #e5e5e5;
}
#slide {
    top: 0;
    left: 0;
    width: 291px;
    height: 356px;
    z-index: 101;
    position: absolute;
    background-repeat: no-repeat;
}
#caption {
    width: 291px;
    top: 356px;
    left: 0;
    z-index: 200;
    position: absolute;
    /*background: #fff url(/images/slideshow-caption-bg.gif) repeat-x 0 0;*/
    background-color: #fff;
    background-repeat: repeat-x;
    opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: .75; /* FF lt 1.5, Netscape */
}
#caption-text {
    color: #343434;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin: 10px 21px;
}
