/* 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:400px; 
    margin:20px auto 0 auto; 
    border:1px solid #aaa; 
    }


/* Removing the list bullets and indentation */
#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(gallery/thumb13.jpg); 
    height:75px; 
    width:47px;
    }
#container a.slideb {
    background:url(gallery/thumb2.jpg); 
    height:75px; 
    width:47px;
    }
#container a.slidec {
    background:url(gallery/thumb3.jpg); 
    height:75px; 
    width:47px;
    }
#container a.slided {
    background:url(gallery/thumb4.jpg); 
     height:75px; 
    width:47px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(gallery/thumb5.jpg); 
      height:75px; 
    width:47px;
    }
#container a.slidef {
    background:url(gallery/thumb6.jpg); 
   height:75px; 
    width:47px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(gallery/thumb7.jpg); 
     height:75px; 
    width:47px;
    }
#container a.slideh {
    background:url(gallery/thumb8.jpg); 
    height:75px; 
    width:47px;
    }
#container a.slidei {
    background:url(gallery/thumb9.jpg); 
    height:75px; 
    width:47px;
    }
#container a.slidej {
    background:url(gallery/thumb10.jpg); 
    height:75px; 
    width:47px;
    }
#container a.slidek {
    background:url(gallery/thumb11.jpg); 
     height:75px; 
    width:47px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(gallery/thumb12.jpg); 
   height:75px; 
    width:47px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:160px; 
    height:386px;
    }
#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:75px; 
    color:#000; 
    background:#ccc;
    }
    
    #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:#ccc url(gallery/debbie1.jpg) 75px 10px no-repeat;
    }