#container {
    position:relative; 
    width:620px; 
    height:616px; 
    margin:5px auto 0 auto; 
    border:1px solid #7c0; 
    }/* The containing box for the gallery. */

#container ul {
    padding:6px; 
    margin:0 6px; 
    list-style-type:none; 
    }

/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:2px; 
    overflow:hidden; 
    background:transparent;
    }

/* Adding the thumbnail images     cursor:default;*/
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #aaa; 
    margin:5px 4px 1px 3px; 
    text-align:left; 

    }
#container a.slide1 {
    background:url(1kl_09v.jpg); 
    height:93px; 
    width:140px;
    }
#container a.slide2 {
    background:url(2ja3kl_09v.jpg); 
    height:93px; 
    width:140px;
    }
#container a.slide3 {
    background:url(4kl_09v.jpg); 
    height:93px; 
    width:140px;
    }
#container a.slide4 {
    background:url(5kl_09v.jpg); 
    height:93px; 
    width:140px;
    }
* html #container a.slide4 {
     height:93px;
    width:140px;
    }
#container a.slide5 {
    background:url(6kl_09v.jpg); 
    height:93px; 
    width:140px;
    }
#container a.slide6 {
    background:url(7kl_09v.jpg); 
    height:93px; 
    width:140px;
    }
* html #container a.slide6 {
    height:93px; 
    width:140px;
    }
#container a.slide7 {
    background:url(8kl_09v.jpg); 
    height:93px; 
    width:140px;
    }
#container a.slide8 {
    background:url(9kl_09v.jpg); 
    height:93px; 
    width:140px;
    }

/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:600px; 
    height:209px;
    margin-top:400px;
    }

#container li {
    float:left;
    }

/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span          border:1px solid #888;*/
#container a.gallery:hover span {
    position:absolute; 
    width:524px; 
    height:390px; 
    top:6px; 
    left:50px;
    color:#888;   
    background:#f2e7ab;
    }

#container {
 background-color::#f2e7ab; background: url(kools_09.jpg) 50px 6px no-repeat; 
     }