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

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

/* Adding the thumbnail images */
#plchgaleriecontainer a.gallery, #plchgaleriecontainer a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:0px solid #666666; 
    margin:0px 0px 0px 0px; 
    text-align:left; 
    cursor:default;
    }
#plchgaleriecontainer a.plchslide1 {
    background:url(../images/plchgallery1s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide2 {
    background:url(../images/plchgallery2s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide3 {
    background:url(../images/plchgallery3s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide4 {
    background:url(../images/plchgallery4s.jpg); 
    height:60px; 
    width:80px;
    }
* html #plchgaleriecontainer a.plchslide4 {
    width:80px; 
    w\idth:80px;
    }
#plchgaleriecontainer a.plchslide5 {
    background:url(../images/plchgallery5s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide6 {
    background:url(../images/plchgallery6s.jpg); 
    height:60px; 
    width:80px;
    }
* html #plchgaleriecontainer a.plchslide6 {
    width:80px; 
    w\idth:80px;
    }
#plchgaleriecontainer a.plchslide7 {
    background:url(../images/plchgallery7s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide8 {
    background:url(../images/plchgallery8s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide9 {
    background:url(../images/plchgallery9s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide10 {
    background:url(../images/plchgallery10s.jpg); 
    height:60px; 
    width:80px;
    }
#plchgaleriecontainer a.plchslide11 {
    background:url(../images/plchgallery11s.jpg); 
    height:60px; 
    width:80px;
    }
* html #plchgaleriecontainer a.plchslide11 {
    width:80px; 
    w\idth:80px;
    }
#plchgaleriecontainer a.plchslide12 {
    background:url(../images/plchgallery12s.jpg); 
    height:60px; 
    width:80px;
    }
    
/* set the size of the unordered list to neatly house the thumbnails */
#plchgaleriecontainer ul {
    width:480px; 
    height:120px;
    }
#plchgaleriecontainer li {
    float:left;
    }
    
/* move the thumbnails into the correct position */
#plchgaleriecontainer ul {
    margin-top:360px; 
    float:right;
}

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

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