
/* ************* Fotogalerie ***************** */
/* The containing box for the fotogallery. */
#container {
    position:relative;
    width:600px;
    height:420px;
    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_1a.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1b {
    background:url(../images/fg_lappland/th_abisko_tag_1b.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1c {
    background:url(../images/fg_lappland/th_abisko_tag_1c.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1d {
    background:url(../images/fg_lappland/th_abisko_tag_1d.jpg);
    height:70px;
    width:93px;
    }
/*
* html #container a.slided {
    width:91px;
    w\idth:93px;
    }
*/
#container a.slide1e {
    background:url(../images/fg_lappland/th_abisko_tag_1e.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1f {
    background:url(../images/fg_lappland/th_abisko_tag_1f.jpg);
    height:70px;
    width:93px;
    }
/*
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
*/
#container a.slide1g {
    background:url(../images/fg_lappland/th_abisko_tag_1g.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1h {
    background:url(../images/fg_lappland/th_abisko_tag_1h.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1i {
    background:url(../images/fg_lappland/th_abisko_tag_1i.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1j {
    background:url(../images/fg_lappland/th_abisko_tag_1j.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1k {
    background:url(../images/fg_lappland/th_abisko_tag_1k.jpg);
    height:70px;
    width:93px;
    }
#container a.slide1l {
    background:url(../images/fg_lappland/th_abisko_tag_1l.jpg);
    height:70px;
    width:93px;
    }
/*
* html #container a.slidel {
    width:91px;
    w\idth:93px;
    }
    */
#container a.slide1m {
    background:url(../images/fg_lappland/th_abisko_tag_1m.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;
    }
/* ******************************************** */