/* Removing the list bullets and indentation */
#container ul {
    padding:0; margin:0; border:0;
    list-style-type:none; 
    } 
	
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; height:1px; 
    top:0; left:0; 
    overflow:hidden; 
    }
	
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
	
/* 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:0; left:0; 
    }
	
#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
	
/* define the image files */	
#container a.slidea {
    background:url(images/piano_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slideb {
    background:url(images/rain_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidec {
    background:url(images/gparents_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slided {
    background:url(images/playdo_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(images/sewing_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(images/slide_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(images/ham_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideh {
    background:url(images/slide_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidei {
    background:url(images/p1_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidej {
    background:url(images/p1_t.jpg); 
    height:93px; 
    width:60px;
    }
#container a.slidek {
    background:url(images/1stfish_t.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidek {
    width:91px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(images/sled_t.jpg); 
    height:60px; 
    width:93px;
    }
	
#container a.slidem {
    background:url(images/epcot_t.jpg); 
    height:60px; 
    width:93px;
    }
#container a.sliden {
    background:url(images/chris_t.jpg); 
    height:60px; 
    width:93px;
    }
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:198px; 
    height:386px;
    margin:5px; 
    float:right;
    }
#container li {
    float:left;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

