/* choose a suitable font and center the #container div in Internet Explorer 
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
}*/
   
/* The containing box for the gallery. */
#wasgaleriecontainer {
    position:relative; 
    width: 480px;
    height:480px; 
    /*margin: 20px auto 10px auto;*/
    margin: 0px auto 0px 0px;
    /*border:1px solid #aaa; */
}

/* Removing the list bullets and indentation */
#wasgaleriecontainer ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
} 

/* Remove the images and text from sight */
#wasgaleriecontainer a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
}  

/* Adding the thumbnail images */
#wasgaleriecontainer a.gallery, #wasgaleriecontainer a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:0px solid #666666; 
    margin:0px 0px 0px 0px; 
    text-align:left; 
    cursor:default;
    }
#wasgaleriecontainer a.wasslide1 {
    background:url(../images/wasgallery1s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide2 {
    background:url(../images/wasgallery2s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide3 {
    background:url(../images/wasgallery3s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide4 {
    background:url(../images/wasgallery4s.jpg); 
    height:60px; 
    width:80px;
    }
* html #wasgaleriecontainer a.wasslide4 {
    width:80px; 
    w\idth:80px;
    }
#wasgaleriecontainer a.wasslide5 {
    background:url(../images/wasgallery5s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide6 {
    background:url(../images/wasgallery6s.jpg); 
    height:60px; 
    width:80px;
    }
* html #wasgaleriecontainer a.wasslide6 {
    width:80px; 
    w\idth:80px;
    }
#wasgaleriecontainer a.wasslide7 {
    background:url(../images/wasgallery7s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide8 {
    background:url(../images/wasgallery8s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide9 {
    background:url(../images/wasgallery9s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide10 {
    background:url(../images/wasgallery10s.jpg); 
    height:60px; 
    width:80px;
    }
#wasgaleriecontainer a.wasslide11 {
    background:url(../images/wasgallery11s.jpg); 
    height:60px; 
    width:80px;
    }
* html #wasgaleriecontainer a.wasslide11 {
    width:80px; 
    w\idth:80px;
    }
#wasgaleriecontainer a.wasslide12 {
    background:url(../images/wasgallery12s.jpg); 
    height:60px; 
    width:80px;
    }
    
/* set the size of the unordered list to neatly house the thumbnails */
#wasgaleriecontainer ul {
    width:480px; 
    height:120px;
    }
#wasgaleriecontainer li {
    float:left;
    }
    
/* move the thumbnails into the correct position */
#wasgaleriecontainer ul {
    margin-top:360px; 
    float:right;
}

/* change the thumbnail border color */
#wasgaleriecontainer a.gallery:hover {
    border:0px solid #fff; 
}

/* styling the :hover span */
#wasgaleriecontainer a.gallery:hover span {
    position:absolute; 
    width:480px; 
    height:360px; 
    top:0px; 
    left:0px; 
    color:#000; 
    background:#fff;
    }
    
#wasgaleriecontainer a.gallery:hover img {
    border:0px solid #fff; 
    float:left; 
    margin-right:5px;
    }
    
#wasgaleriecontainer a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
    
#wasgaleriecontainer {
    background:#fff url(../images/wasgallery13b.jpg) 0px 0px no-repeat;
    }
