/* 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. */
#pglgaleriecontainer {
    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 */
#pglgaleriecontainer ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
} 

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

/* Adding the thumbnail images */
#pglgaleriecontainer a.gallery, #pglgaleriecontainer a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:0px solid #666666; 
    margin:0px 0px 0px 0px; 
    text-align:left; 
    cursor:default;
    }
#pglgaleriecontainer a.pglslide1 {
    background:url(../images/pglgallery1s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide2 {
    background:url(../images/pglgallery2s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide3 {
    background:url(../images/pglgallery3s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide4 {
    background:url(../images/pglgallery4s.jpg); 
    height:60px; 
    width:80px;
    }
* html #pglgaleriecontainer a.pglslide4 {
    width:80px; 
    w\idth:80px;
    }
#pglgaleriecontainer a.pglslide5 {
    background:url(../images/pglgallery5s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide6 {
    background:url(../images/pglgallery6s.jpg); 
    height:60px; 
    width:80px;
    }
* html #pglgaleriecontainer a.pglslide6 {
    width:80px; 
    w\idth:80px;
    }
#pglgaleriecontainer a.pglslide7 {
    background:url(../images/pglgallery7s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide8 {
    background:url(../images/pglgallery8s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide9 {
    background:url(../images/pglgallery9s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide10 {
    background:url(../images/pglgallery10s.jpg); 
    height:60px; 
    width:80px;
    }
#pglgaleriecontainer a.pglslide11 {
    background:url(../images/pglgallery11s.jpg); 
    height:60px; 
    width:80px;
    }
* html #pglgaleriecontainer a.pglslide11 {
    width:80px; 
    w\idth:80px;
    }
#pglgaleriecontainer a.pglslide12 {
    background:url(../images/pglgallery12s.jpg); 
    height:60px; 
    width:80px;
    }
    
/* set the size of the unordered list to neatly house the thumbnails */
#pglgaleriecontainer ul {
    width:480px; 
    height:120px;
    }
#pglgaleriecontainer li {
    float:left;
    }
    
/* move the thumbnails into the correct position */
#pglgaleriecontainer ul {
    margin-top:360px; 
    float:right;
}

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

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