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

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

/* Adding the thumbnail images */
#prefgaleriecontainer a.gallery, #prefgaleriecontainer a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:0px solid #666666; 
    margin:0px 0px 0px 0px; 
    text-align:left; 
    cursor:default;
    }
#prefgaleriecontainer a.prefslide1 {
    background:url(../images/prefgallery1s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide2 {
    background:url(../images/prefgallery2s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide3 {
    background:url(../images/prefgallery3s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide4 {
    background:url(../images/prefgallery4s.jpg); 
    height:60px; 
    width:80px;
    }
* html #prefgaleriecontainer a.prefslide4 {
    width:80px; 
    w\idth:80px;
    }
#prefgaleriecontainer a.prefslide5 {
    background:url(../images/prefgallery5s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide6 {
    background:url(../images/prefgallery6s.jpg); 
    height:60px; 
    width:80px;
    }
* html #prefgaleriecontainer a.prefslide6 {
    width:80px; 
    w\idth:80px;
    }
#prefgaleriecontainer a.prefslide7 {
    background:url(../images/prefgallery7s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide8 {
    background:url(../images/prefgallery8s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide9 {
    background:url(../images/prefgallery9s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide10 {
    background:url(../images/prefgallery10s.jpg); 
    height:60px; 
    width:80px;
    }
#prefgaleriecontainer a.prefslide11 {
    background:url(../images/prefgallery11s.jpg); 
    height:60px; 
    width:80px;
    }
* html #prefgaleriecontainer a.prefslide11 {
    width:80px; 
    w\idth:80px;
    }
#prefgaleriecontainer a.prefslide12 {
    background:url(../images/prefgallery12s.jpg); 
    height:60px; 
    width:80px;
    }
    
/* set the size of the unordered list to neatly house the thumbnails */
#prefgaleriecontainer ul {
    width:480px; 
    height:120px;
    }
#prefgaleriecontainer li {
    float:left;
    }
    
/* move the thumbnails into the correct position */
#prefgaleriecontainer ul {
    margin-top:360px; 
    float:right;
}

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

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