.slideshow-container {
    position:relative;
    background-color:#000;
    width:680px;
    height: 254px;
}
.image-holder {
    position:relative;
    width:50%;
    float:left;
    height:100%;
}
.text-top {
    position:absolute;
    right: 5;
    top:5;
    color:#fff;
    opacity: .8;
    font-size: .8em;
}
.text-bottom {
    position:absolute;
    width:100%;
    text-align:center;
    bottom:12;
    color:#fff;
    opacity: .8;
    font-size: 1.5em;
    font-weight:bold;
}
.image-left {
    position:absolute;
    left: -2;
    bottom: 2;
    width: 120px;
    color:#fff;
}
.image-right {
    position:absolute;
    right: -2;
    bottom: 2;
    width: 80px;
    color:#fff;
}
