/* 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 #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }

#container a.sp0102 {
    background:url("images/thumbs/tsp0102.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp0304 {
    background:url("images/thumbs/tsp0304.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp0506 {
    background:url("images/thumbs/tsp0506.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp0708 {
    background:url("images/thumbs/tsp0708.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp0910 {
    background:url("images/thumbs/tsp0910.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp1112 {
    background:url("images/thumbs/tsp1112.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp1314 {
    background:url("images/thumbs/tsp1314.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp1516 {
    background:url("images/thumbs/tsp1516.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp1718 {
    background:url("images/thumbs/tsp1718.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp1920 {
    background:url("images/thumbs/tsp1920.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sp2122 {
    background:url("images/thumbs/tsp2122.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.spkeychain {
    background:url("images/thumbs/tkeychain.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.spmousepad {
    background:url("images/thumbs/tmousepad.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.spnotecard {
    background:url("images/thumbs/tnotecard.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sppendant {
    background:url("images/thumbs/tpendant.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.spplayingcards {
    background:url("images/thumbs/tplayingcards.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.spstickers {
    background:url("images/thumbs/tstickers.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.spteammug {
    background:url("images/thumbs/tteammug.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads01b {
    background:url("images/thumbs/tads01b.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads02 {
    background:url("images/thumbs/tads02.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads05 {
    background:url("images/thumbs/tads05.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads06 {
    background:url("images/thumbs/tads06.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads06b {
    background:url("images/thumbs/tads06b.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads08 {
    background:url("images/thumbs/tads08.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads09 {
    background:url("images/thumbs/tads09.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ads10 {
    background:url("images/thumbs/tads10.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.ds23 {
    background:url("images/thumbs/tds23.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.muggz2-2 {
    background:url("images/thumbs/tmuggz2-2.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;
    }