/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: arial; tahoma, sans-serif; 
   font-size:76%; 
   }
   
/* The containing box for the gallery. */
#container {
    position:relative; 
    width:740px; 
    height:535px;
    margin:20px auto 20px auto; 
    border:2px solid #9c9; 
    }
      
/* 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 #fff; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }

#container a.famgal01 {
    background:url("images/thumbs/tfam01.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal02 {
    background:url("images/thumbs/tfam02.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal03 {
    background:url("images/thumbs/tfam03.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal04 {
    background:url("images/thumbs/tfam04.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal05 {
    background:url("images/thumbs/tfam05.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal06 {
    background:url("images/thumbs/tfam06.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal07 {
    background:url("images/thumbs/tfam07.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal08 {
    background:url("images/thumbs/tfam08.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal09 {
    background:url("images/thumbs/tfam09.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal10 {
    background:url("images/thumbs/tfam10.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal11 {
    background:url("images/thumbs/tfam11.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal12 {
    background:url("images/thumbs/tfam12.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal13 {
    background:url("images/thumbs/tfam13.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal14 {
    background:url("images/thumbs/tfam14.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal15 {
    background:url("images/thumbs/tfam15.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal16 {
    background:url("images/thumbs/tfam16.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal17 {
    background:url("images/thumbs/tfam17.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal18 {
    background:url("images/thumbs/tfam18.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal19 {
    background:url("images/thumbs/tfam19.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal20 {
    background:url("images/thumbs/tfam20.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal21 {
    background:url("images/thumbs/tfam21.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal22 {
    background:url("images/thumbs/tfam22.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal23 {
    background:url("images/thumbs/tfam23.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.famgal24 {
    background:url("images/thumbs/tfam24.jpg"); 
    height:60px; 
    width:60px;
    }
    
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:200px; 
    height:400px;
    }
#container li {
    float:left;
    }
    
/* move the thumbnails into the correct position */
#container ul {
    margin:10px; 
    float:right;
    }
    
/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #9c9; 
    }
    
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:500px; 
    height:500px; 
    top:17px; 
    left:15px; 
    color:#000; 
    background:#fff;
    }
    
#container a.gallery:hover img {
    border:0px solid #fff; 
    float:left; 
    margin-right:5px;
    }
    
/* background image */
#container {
    background:#fff url("../none") 10px 10px no-repeat;
    }