
/* The containing box for the gallery. */
#container {
    width:980px; 
    height:373px; 
    margin:0 auto 0 auto; 
    background:url(../img/am_img1.jpg)no-repeat;
    background:#f916f6f;
}

/* 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:1px;
    left:1px; 
    overflow:hidden; 
    background:#f916f6f;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:2px 3px 2px 3px; 
    text-align:left; 
    cursor:default;
     }
#container a.slidea {
    background:url( ../img/am_img1_t.jpg ); 
    height:68px; 
    width:108px;
    }
#container a.slideb {
    background:url( ../img/am_img2_t.jpg ); 
    height:68px; 
    width:108px;
    }
#container a.slidec {
    background:url( ../img/am_img3_t.jpg ); 
    height:68px; 
    width:108px;
    }
#container a.slided {
    background:url( ../img/am_img4_t.jpg ); 
    height:68px; 
    width:108px;
    }
#container a.slidee {
    background:url( ../img/am_img5_t.jpg ); 
    height:68px; 
    width:108px;
    }
#container a.slidef {
    background:url( ../img/am_img6_t.jpg ); 
    height:68px; 
    width:108px;
    }
#container a.slideg {
    background:url( ../img/am_img7_t.jpg ); 
    height:68px; 
    width:108px;
    }
#container a.slideh {
    background:url( ../img/am_img8_t.jpg ); 
    height:68px; 
    width:108px;
    }
/* set the size of the unordered list to house the thumbnails */
#container ul {
    width:350px; 
    height:375px;
    background-color:#f4e6d8;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin:2px;
    margin-top:0px; 
    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:626px; 
    height:373px; 
    top:88px; 
    left:0px; 
    color:#f4e6d8; 
    font-family:Trebuchet MS;
    font-size:1.0em;
    letter-spacing:-0.02em;
    }
#container a.gallery:hover img {
    border:1px solid #916f6f; 
    float:left; 
    margin-right:5px;
    }
/*
#container a.slideb:hover img, #container a.slideh:hover img {
    float:right;
    }
*/

