#slideshow{
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 250px;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 950px;
    height: 250px;
    display: none;
    overflow: hidden;
}

#slideshowControls {
    position: absolute;
    bottom: 10px;
    left: 220px;
}

.slideshowControl {
    float: left;
    margin: 0 5px 0 0;
    background: url('../gfx/index_pager.png') no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.slideshowControlOn {
    background-image: url('../gfx/index_pager_active.png');
}

.slideshowControlActive {
    background-image: url('../gfx/index_pager_active.png');
} 

.banner_text{
    position: absolute;
    width: 250px;
    height: 230px;
    padding: 10px;
    overflow: hidden;
    color: #685534;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: url('../gfx/banner_bg.png');
}

.banner_text a{
    color: #685534;
    text-decoration: none;
}