/* The containing box for the gallery. */
#container {
    position:relative; 
    width:600px; 
    height:400px; 
    border:1px solid #aaa; 
    background:#fff url('images/eng/eng.png') no-repeat 15px 10px;

    }


/* 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/eng/thumbs/dsc00045.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slideb {
    background:url('images/eng/thumbs/dsc00312.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slidec {
    background:url('images/eng/thumbs/dsc00851.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slided {
    background:url('images/eng/thumbs/dsc00893.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slidee {
    background:url('images/eng/thumbs/dsc00926.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slidef {
    background:url('images/eng/thumbs/dsc00060.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slideg {
    background:url('images/eng/thumbs/dsc00845.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slideh {
    background:url('images/eng/thumbs/dsc00912.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slidei {
    background:url('images/eng/thumbs/helicopter_bot.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slidej {
    background:url('images/eng/thumbs/highwire.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slidek {
    background:url('images/eng/thumbs/mvc-845x.jpg'); 
    height:56px; 
    width:75px
    }
#container a.slidel {
    background:url('images/eng/thumbs/dsc00608.jpg'); 
    height:56px; 
    width:75px
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:165px; 
    height:500px;
    margin:5px; 
    float:right;

    }
#container li {
    float:left;
    }
    
/* 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:300px; 
    top:10px; 
    left:15px; 
    color:#000; 
    background:#fff;
    }

#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }