@import "/common/css/local/components/slideshow/index.css";

#slideshowContainer{
    background: #323232;
    overflow: auto;
}

#slideshowContainer #photo{
    width: 547px;
    float: left;
}

#slideshowContainer .photoCaption {
    float: left;
    width: 190px;
}

#slideshowContainer .photoCaption p{
    color: #ffffff;
    text-align: left;
    padding: 13px;
}

#topLine {
    display: none;
}


