
/* ************* Fotogalerie ***************** */
/* The containing box for the fotogallery. */
#container {
    position:relative;
    width:600px;
    height:490px;
    margin: 0 auto 0 auto;
    }
/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
/* Remove the images and text from sight in the fotogallery */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
/*    top:5px;
    left:5px;*/
    overflow:hidden;
    background:#E8EED4;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#C1C9A4;
    text-decoration:none;
    border:1px solid #C1C9A4;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slide1a {
    background:url(../images/fg_lappland/th_abisko_tag_4a.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1b {
    background:url(../images/fg_lappland/th_abisko_tag_4b.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1c {
    background:url(../images/fg_lappland/th_abisko_tag_4c.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1d {
    background:url(../images/fg_lappland/th_abisko_tag_4d.jpg);
    height:70px;
    width:93px;
    }

#container a.slide1e {
    background:url(../images/fg_lappland/th_abisko_tag_4e.jpg);
    height:70px;
    width:93px;
    }

#container a.slide1g {
    background:url(../images/fg_lappland/th_abisko_tag_4g.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1h {
    background:url(../images/fg_lappland/th_abisko_tag_4h.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1i {
    background:url(../images/fg_lappland/th_abisko_tag_4i.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1j {
    background:url(../images/fg_lappland/th_abisko_tag_4j.jpg);
    height:70px;
    width:93px;
    }

#container a.slide1l {
    background:url(../images/fg_lappland/th_abisko_tag_4l.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1m {
    background:url(../images/fg_lappland/th_abisko_tag_4m.jpg);
    height:70px;
    width:93px;
}
#container a.slide1n {
    background:url(../images/fg_lappland/th_abisko_tag_4n.jpg);
    height:70px;
    width:93px;
}
#container a.slide1o {
    background:url(../images/fg_lappland/th_abisko_tag_4o.jpg);
    height:70px;
    width:93px;
}
#container a.slide1p {
    background:url(../images/fg_lappland/th_abisko_tag_4p.jpg);
    height:70px;
    width:93px;
}
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px;
    height:386px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:0px;
    float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff;
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:380px;
    height:380px;
    top:0px;
    left:0px;
    color:#C1C9A4;
    background:#E8EED4;
    }
#container a.gallery:hover img {
    border:1px solid #C1C9A4;
    float:left;
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
/* ******************************************** */