#scoller {
       width: 770px;
       overflow:hidden;
       height: 100px;
       margin:0 auto;
       margin-top: 20px;
}

#picture {
    margin: 0;
    padding: 0;
}

.pfeil {
    width: 69px;
    height: 100px;
    display: block;
    float: left;
    background-image: url('img/pfeil-rechts.png');
    cursor: pointer;
    background-repeat: no-repeat;
}

.pfeillinks {
    background-image: url('img/pfeil-links.png');
}

#thumbs {
    height: 120px;
}

#thumbs div {
    width: 100px; 
    height: 100px;
    float: left;
    margin-left: 10px;
}

#bigpic {
    margin: 0 auto;
}

#big_picture {
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}


