  body {
   text-align:center;
   font-family: tahoma; arial, sans-serif;
   font-size:76%;
   letter-spacing:0.05em;
   }

   #container {

    position:relative;
    width:770px;
    height:396px;
    margin:20px auto 0 auto;
    border:1px solid #aaa;
     background:#fff url(Galerie-Kunst-Eingang.JPG) 75px 10px no-repeat;
    }
    /* Entfernen der Bullets und der Einzuege */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

    /* grosse Bilder und Text verschwinden lassen bzw auf einen Punkt verkleinern */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }

    /* Die Thumbnails hinzufügen */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(Monument1870-klein.JPG);
    height:93px;
    width:60px;
    }

#container a.slideb {
    background:url(Monument1870-2-klein.JPG);
    height:93px;
    width:60px;
    }
#container a.slidec {
    background:url(Lafayette-klein.JPG);
    height:93px;
    width:60px;
    }
#container a.slided {
    background:url(GeneralBertrand-klein.JPG);
    height:93px;
    width:60px;
    }


#container a.slidee {
    background:url(Alphir-klein.JPG);
    height:93px;
    width:60px;
    }
#container a.slidef {
    background:url(Berger-klein.JPG);
    height:93px;
    width:60px;
    }

#container a.slideg {
    background:url(Relief-klein.JPG);
    height:93px;
    width:60px;
    }

#container a.slidei {
    background:url(Mosaik-Capron-klein.JPG);
    height:93px;
    width:60px;
    }
#container a.slidej {
    background:url(Brunnen-klein.JPG);
    height:93px;
    width:60px;
    }

 #container a.slideh {
    background:url(Ecole-Danse-klein.JPG);
    height:60px;
    width:93px;
    }
     * html #container a.slideh {
    width:91px;
    w\idth:93px;
    }




    /* Groesse des Containers für die Liste */
#container ul {
    width:198px;
    height:386px;
    }
#container li {
    float:left;
    }

    /* Thumbnails in die richtige Position rechts */
#container ul {
    margin:5px;
    float:right;
    }

    /* Borderfarbe ändern in Weiß wie verschwindend */
#container a.gallery:hover {
    border:1px solid #fff;
    }

    /* Styles zum hover span */
#container a.gallery:hover span {
    position:absolute;
    width:372px;
    height:372px;
    top:10px;
    left:75px;
    color:#000;
    background:#fff;
    }

    /*Text zu Landschaftsbildern erscheinen lassen*/
    #container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }