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

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

/* Adding the thumbnail images */
#pgcgaleriecontainer a.gallery, #pgcgaleriecontainer a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:0px solid #666666; 
    margin:0px 0px 0px 0px; 
    text-align:left; 
    cursor:default;
    }
#pgcgaleriecontainer a.pgcslide1 {
    background:url(../images/pgcgallery1s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide2 {
    background:url(../images/pgcgallery2s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide3 {
    background:url(../images/pgcgallery3s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide4 {
    background:url(../images/pgcgallery4s.jpg); 
    height:60px; 
    width:80px;
    }
* html #pgcgaleriecontainer a.pgcslide4 {
    width:80px; 
    w\idth:80px;
    }
#pgcgaleriecontainer a.pgcslide5 {
    background:url(../images/pgcgallery5s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide6 {
    background:url(../images/pgcgallery6s.jpg); 
    height:60px; 
    width:80px;
    }
* html #pgcgaleriecontainer a.pgcslide6 {
    width:80px; 
    w\idth:80px;
    }
#pgcgaleriecontainer a.pgcslide7 {
    background:url(../images/pgcgallery7s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide8 {
    background:url(../images/pgcgallery8s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide9 {
    background:url(../images/pgcgallery9s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide10 {
    background:url(../images/pgcgallery10s.jpg); 
    height:60px; 
    width:80px;
    }
#pgcgaleriecontainer a.pgcslide11 {
    background:url(../images/pgcgallery11s.jpg); 
    height:60px; 
    width:80px;
    }
* html #pgcgaleriecontainer a.pgcslide11 {
    width:80px; 
    w\idth:80px;
    }
#pgcgaleriecontainer a.pgcslide12 {
    background:url(../images/pgcgallery12s.jpg); 
    height:60px; 
    width:80px;
    }
    
/* set the size of the unordered list to neatly house the thumbnails */
#pgcgaleriecontainer ul {
    width:480px; 
    height:120px;
    }
#pgcgaleriecontainer li {
    float:left;
    }
    
/* move the thumbnails into the correct position */
#pgcgaleriecontainer ul {
    margin-top:360px; 
    float:right;
}

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

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