/* The containing box for the gallery_kitty. */
#container_kitty {
    height:400px; 
	width: 420px;
    left:0px;
    }
/* Removing the list bullets and indentation */
#container_kitty ul.kitty {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container_kitty a.gallery_kitty span.kitty {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:450px; 
    left:2px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container_kitty a.gallery_kitty, #container_kitty a.gallery_kitty:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:2px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container_kitty a.slidea_kitty {
    background-image: url(images/kitty/thumb/GB2.jpg); 
    height:89px; 
    width:89px;
    }
#container_kitty a.slidea1_kitty {
    background-image: url(images/kitty/thumb/GB1.jpg); 
    height:89px; 
    width:89px;
    }
    
#container_kitty a.slidec_kitty {
    background-image: url(images/kitty/thumb/kitchen1.jpg); 
    height:89px; 
    width:89px;
    }
#container_kitty a.slided_kitty {
    background-image: url(images/kitty/thumb/kitchen2.jpg); 
    height:89px; 
    width:89px;
    }
	/* set the size of the unordered list to neatly house the thumbnails */
#container_kitty ul.kitty {
    width:400px; 
    height:95px;
    }
#container_kitty li.kitty {
    float:left;
    }
/* move the thumbnails into the correct position */
#container_kitty ul.kitty {
    /*float:right;*/
	text-align:center;
    }
/* change the thumbnail border color */
#container_kitty a.gallery_kitty:hover {
    border:2px solid #ccc; 
    }
#container_kitty a.gallery_kitty:hover span.kitty {
    position:absolute; 
    width: 405px;
    height: 500px;
    top:1058px; 
    left:454px;
    color:#000; 
    background:#fff;
    }
#container_kitty a.gallery_kitty:hover img.kitty {
    border:2px solid #000; 
    margin-right:0px;
    }

