#slideshow {
    width: 940px;
    height: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(images/backgroundfeather.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#foobar {
    position: relative;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#foobar .navigation {
    position: absolute;
    display: block;
    z-index: 100;
    color: #ffffff;
    bottom: 0px;
    right: 0px;
    margin: 10px;
    padding: 10px;
    background-color: #303030;
    opacity: 1;
}

#foobar .navigation a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

#foobar .viewer {
    width: 700px;
    height: 372px;
}

#foobar .viewer .reel .slide {
    position: relative;
    width: 700px;
    height: 224px;
    padding-left: 0px;
    padding-top: 30px;
}

#foobar .viewer .reel .slide span {
    position: absolute;
    display: block;
    width: 636px;
    opacity: 0.00; 
    background-color: #FFFFFF;
    color: #000000;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 60px;
    height: 23px;
}


#foobar .viewer-wrapper {
    float: left;
    width: 703px;
    height: 236px;
    background: red;
}

.arrow-left {
    background: blue;
    width: 107px;
    float: left;
}

.arrow-right {
    float: right;
    background-color: #FFF;
    background-image: url(images/img06.png);

    padding-bottom: 100px;
}

#col1 {
    width: 107px;
    float: left;
}

#col1 a {
    outline: none;
    display: block;
    width: 40px;
    height: 56px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    padding-top: 157px;
    padding-left: 0px;
}

#col2 {
    float: left;
    width: 700px;
}

#col3 a {
    float: right;
    outline: none;
    width: 150px;
    height: 224px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 10px 155px;
    padding-bottom: 0px;
    position: absolute;
    background-image: url(images/img06.png);
    padding-left: 30px;
}
