
/* ************* 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.slide5a {
    background:url(../images/fg_lappland/th_abisko_tag_5a.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5b {
    background:url(../images/fg_lappland/th_abisko_tag_5b.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5c {
    background:url(../images/fg_lappland/th_abisko_tag_5c.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5d {
    background:url(../images/fg_lappland/th_abisko_tag_5d.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5e {
    background:url(../images/fg_lappland/th_abisko_tag_5e.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5f {
    background:url(../images/fg_lappland/th_abisko_tag_5f.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5g {
    background:url(../images/fg_lappland/th_abisko_tag_5g.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5h {
    background:url(../images/fg_lappland/th_abisko_tag_5h.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5i {
    background:url(../images/fg_lappland/th_abisko_tag_5i.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5j {
    background:url(../images/fg_lappland/th_abisko_tag_5j.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5k {
    background:url(../images/fg_lappland/th_abisko_tag_5k.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5l {
    background:url(../images/fg_lappland/th_abisko_tag_5l.jpg);
    height:70px;
    width:93px;
    }
#container a.slide5m {
    background:url(../images/fg_lappland/th_abisko_tag_5m.jpg);
    height:70px;
    width:93px;
}
#container a.slide5n {
    background:url(../images/fg_lappland/th_abisko_tag_5n.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;
    }
/* ******************************************** */