


                                                 /* 	PHOTO GALLERY  */
   
   /* The containing box for the gallery. */
#container {
    background: #ffffff url(images/cssGallery/paradeRedFamily.jpg) 25px 50px no-repeat;
    position: relative;  
    width: 770px; 
    height: 525px; 
    margin: 0px auto 0 auto; 
    border: 1px solid #000; 
    }
    
    /* 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: 1px solid #000; 
    margin: 1px 2px 1px 2px; 
    text-align: left; 
    cursor: default;
    }
    
#container a.slidea {
    background:url(images/cssGallery/thumbs/paradeRedFamily.jpg);  
    height: 58px; 
    width:93px;
    }
#container a.slideb {
    background:url(images/cssGallery/thumbs/horseGroup.jpg);  
    height: 58px; 
    width:93px;
    }
#container a.slidec {
    background:url(images/cssGallery/thumbs/babiesMom.jpg);  
    height: 58px; 
    width:93px;
    }
#container a.slided {
    background:url(images/cssGallery/thumbs/winterRide.jpg);
    height: 58px; 
    width:93px;
    }
* html #container a.slided {
    width:91px; 
    w\idth:93px;
    }
#container a.slidee {
    background:url(images/cssGallery/thumbs/dadExhibit.jpg);
    height: 58px; 
    width:93px;
    }
#container a.slidef {
    background:url(images/cssGallery/thumbs/dadShow.jpg);
    height: 58px; 
    width:93px;
    }
* html #container a.slidef {
    width:91px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(images/cssGallery/thumbs/speckledMaresBW.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slideh {
    background:url(images/cssGallery/thumbs/momExhibit.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slidei {
    background:url(images/cssGallery/thumbs/pairBlacks.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slidej {
    background:url(images/cssGallery/thumbs/girlMeetsBoy.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slidek {
    background:url(images/cssGallery/thumbs/sweetieSaddle.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slidel {
    background:url(images/cssGallery/thumbs/sonExhibit.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slidem {
    background:url(images/cssGallery/thumbs/paradeRed.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.sliden {
    background:url(images/cssGallery/thumbs/paradeMom.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slideo {
    background:url(images/cssGallery/thumbs/kidsFeedingFence.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slidep {
    background:url(images/cssGallery/thumbs/grampsGramwKids.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slideq {
    background:url(images/cssGallery/thumbs/grandpa.jpg); 
    height: 58px; 
    width:93px;
    }
#container a.slider {
    background:url(images/cssGallery/thumbs/twoBoys.jpg); 
    height: 58px; 
    width:93px;
    }
    
    /* set the size of the unordered list to neatly house the thumbnails */
    
#container ul {
    width:300px; 
    height:386px;
    }
#container li {
    float:left;
    }
    
    /* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    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:400px; 
    height:450px; 
    top: 30px; 
    left:25px; 
    color:#000; 
    background: #ffffff;
    }