/* galerypic */
div.galerypic {
    float:     left;
    width:     89px;
    height:    89px;
    margin:    10px 26px 0 0;
}
div.galerypic span {
    background: white; 
}
div.galerypic span img {
    border:     0;
}
div.galerypic div {
    width:      22px;
    height:     20px;
    padding-top: 2px;
    position:   relative;
    top:        0px;
}

table.galerie tr td.galerie {
    width: 124px;
    height: auto;
    text-align: left;
    padding-bottom: 16px;
}
table.galerie tr td span img {
    border:     0;
}