/* 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.dclgal01 {
    background:url("images/thumbs/tdcl01.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal02 {
    background:url("images/thumbs/tdcl02.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal03 {
    background:url("images/thumbs/tdcl03.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal04 {
    background:url("images/thumbs/tdcl04.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal05 {
    background:url("images/thumbs/tdcl05.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal06 {
    background:url("images/thumbs/tdcl06.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal07 {
    background:url("images/thumbs/tdcl07.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal08 {
    background:url("images/thumbs/tdcl08.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal09 {
    background:url("images/thumbs/tdcl09.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal10 {
    background:url("images/thumbs/tdcl10.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal11 {
    background:url("images/thumbs/tdcl11.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal12 {
    background:url("images/thumbs/tdcl12.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal13 {
    background:url("images/thumbs/tdcl13.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal14 {
    background:url("images/thumbs/tdcl14.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal15 {
    background:url("../images/tdcl15.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal16 {
    background:url("../images/tdcl16.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal17 {
    background:url("../images/tdcl17.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal18 {
    background:url("../images/tdcl18.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal19 {
    background:url("../images/tdcl19.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal20 {
    background:url("../images/tdcl20.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal21 {
    background:url("../images/tdcl21.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal22 {
    background:url("../images/tdcl22.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal23 {
    background:url("../images/tdcl23.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.dclgal24 {
    background:url("../images/tdcl24.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 #99CC99; 
    }
    
/* 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;
    }