/*  Photo Gallery in a container   */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }

/* The containing box for the gallery. */
#container {
    position:relative; 
    width:770px; 
    height:396px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#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(../Images/05093t.jpg); 
    height:63px; 
    width:100px;
    }
#container a.slideb {
    background:url(../Images/05092t.jpg); 
    height:63px; 
    width:100px;
    }
#container a.slidec {
    background:url(../Images/05091t.jpg); 
    height:63px; 
    width:100px;
    }

#container a.slided {
    background:url(../Images/05097t.jpg); 
    height:100px; 
    width:62px;
    margin:0px 1px 0px 40px;
    }
* html #container a.slided {
    width:63px; 
    w\idth:63px;
    }

#container a.slidee {
    background:url(../Images/05096t.jpg); 
    height:63px; 
    width:100px;
    margin-top:17px;
    }
#container a.slidef {
    background:url(../Images/05098t.jpg); 
    height:100px; 
    width:63px;
    margin:0px 0px 0px 3px;
    }

* html #container a.slidef {
    width:63px; 
    w\idth:63px;   
    }
#container a.slideg {
    background:url(../Images/05095t.jpg); 
    height:63px; 
    width:100px;
    }
#container a.slideh {
    background:url(../Images/05090t.jpg); 
    height:63px; 
    width:100px;
    }
#container a.slidei {
    background:url(../Images/05094t.jpg); 
    height:63px; 
    width:100px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:320px; 
    height:500px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    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:372px; 
    height:372px; 
    top:10px; 
    left:25px; 
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
    background:#fff url(../Images/grass.jpg) 25px 10px no-repeat;
    }
