/* 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.sengal01 {
    background:url("images/thumbs/tsen01.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal02 {
    background:url("images/thumbs/tsen02.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal03 {
    background:url("images/thumbs/tsen03.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal04 {
    background:url("images/thumbs/tsen04.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal05 {
    background:url("images/thumbs/tsen05.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal06 {
    background:url("images/thumbs/tsen06.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal07 {
    background:url("images/thumbs/tsen07.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal08 {
    background:url("images/thumbs/tsen08.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal09 {
    background:url("images/thumbs/tsen09.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal10 {
    background:url("images/thumbs/tsen10.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal11 {
    background:url("images/thumbs/tsen11.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal12 {
    background:url("images/thumbs/tsen12.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal13 {
    background:url("images/thumbs/tsen13.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal14 {
    background:url("images/thumbs/tsen14.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal15 {
    background:url("images/thumbs/tsen15.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal16 {
    background:url("images/thumbs/tsen16.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal17 {
    background:url("images/thumbs/tsen17.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal18 {
    background:url("images/thumbs/tsen18.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal19 {
    background:url("images/thumbs/tsen19.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal20 {
    background:url("images/thumbs/tsen20.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal21 {
    background:url("images/thumbs/tsen21.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal22 {
    background:url("images/thumbs/tsen22.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal23 {
    background:url("images/thumbs/tsen23.jpg"); 
    height:60px; 
    width:60px;
    }
#container a.sengal24 {
    background:url("images/thumbs/tsen24.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;
    }