/* The containing box for the gallery. */
#container {
    position:absolute; 
    width:444px; 
    height:500px; 
    }
/* 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:2px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background-image: url(images/decks/thumbs/JPEG/Deck%2011170.jpg); 
    height:89px; 
    width:89px;
    }
	#container a.slidea1 {
    background-image: url(images/highrise1/thumbs/master%20vanity%202.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slideb {
    background-image: url(images/arizonabiltmore/thumb/Chilcottinterior001_1.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slidec {
    background-image: url(images/arizonabiltmore/thumb/Chilcottinterior001_1.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slided {
   background-image: url(images/team/thumbs/Pool%20construction.jpg); 
    height:89px; 
    width:89px;
    }
	/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:400px; 
    height:95px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin-top:410px; 
	margin-right: 147px;
    float:right;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:2px solid #ccc; 
    }
#container a.gallery:hover span {
    position:absolute; 
    width: 400px;
    height: 400px;
    top:0px; 
    left:0px; 
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:2px solid #000; 
    margin-right:0px;
	float:left;
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
#container {
    background:0px 0px no-repeat #FFFFFF url(images/team/Bill%20Adams%20saw.jpg);
    }
