/* The containing box for the gallery. */
#photophoto1 {
    position:relative;
    width:630px;
    height:372px;
    margin:0px auto 0 auto;
    border:1px solid #862a0f;
    }

/* Removing the list bullets and indentation do not touch! */
#photophoto1 ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
/* Remove the images and text from sight do not touch! */
#photophoto1 a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }

/* Adding the thumbnail images */
#photophoto1 a.gallery, #photophoto1 a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #862a0f;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#photophoto1 a.slidea {
    background:url(A1small.jpg);
    height:93px;
    width:60px;
    }
#photophoto1 a.slideb {
    background:url(A2small.jpg);
    height:93px;
    width:60px;
    }
#photophoto1 a.slidec {
    background:url(A3small.jpg);
    height:93px;
    width:60px;
    }
#photophoto1 a.slided {
    background:url(A4small.jpg);
    height:60px;
    width:93px;
    }
* html #photophoto1 a.slided {
    width:91px;
    w\idth:93px;
    }
#photophoto1 a.slidee {
    background:url(A5small.jpg);
    height:60px;
    width:93px;
    }
#photophoto1 a.slidef {
    background:url(A6small.jpg);
    height:60px;
    width:93px;
    }
* html #photophoto1 a.slidef {
    width:91px;
    w\idth:93px;
    }
#photophoto1 a.slideg {
    background:url(A7small.jpg);
    height:60px;
    width:93px;
    }
#photophoto1 a.slideh {
    background:url(A8small.jpg);
    height:93px;
    width:60px;
    }
#photophoto1 a.slidei {
    background:url(A9small.jpg);
    height:93px;
    width:60px;
    }
#photophoto1 a.slidej {
    background:url(A10small.jpg);
    height:93px;
    width:60px;
    }
#photophoto1 a.slidek {
    background:url(A11small.jpg);
    height:60px;
    width:93px;
    }
* html #photophoto1 a.slidek {
    width:91px;
    w\idth:93px;
    }
#photophoto1 a.slidel {
    background:url(A12small.jpg);
    height:60px;
    width:93px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#photophoto1 ul {
    width:198px;
    height:386px;
    }
#photophoto1 li {
    float:left;
    }
/* move the thumbnails into the correct position */
#photophoto1 ul {
    margin:5px;
    float:right;
    }
/* change the thumbnail border color */
#photophoto1 a.gallery:hover {
    border:1px solid #fff;
    }
/* styling the :hover span */
#photophoto1 a.gallery:hover span {
    position:absolute;
    width:372px;
    height:372px;
    top:5px;
    left:5px;
    color:#ffffff;
    background:#862a0f;
    }
#photophoto1 a.gallery:hover img {
    border:0px solid #fff;
    float:left;
    margin-right:5px;
    }
#photophoto1 a.slideb:hover img, #photophoto1 a.slidei:hover img {
    float:right;
    }
#photophoto1 {
    background:#862a0f url(galleryplaceholder.jpg) 0px 0px no-repeat;
    }

