#gallery_thumbs, #gallery_thumbs table {
   width: 100%;
   text-align: center;
}

#gallery_thumbs table tr td { 
   width: 20%;
   margin: 4px;
   padding-top: 4px
}
   

#gallery_thumbs a:link, #gallery_thumbs a:visited {
   font-size: 0.8em;
   text-decoration: none;
   color: #808080;
}

#gallery_thumbs a:hover {
   font-size: 0.8em;
   text-decoration: none;
   color: #ff0000;
}

#main-image {
   border-left: 1px #333333 solid;   
   position: static;   
   padding-left: 1em;   
   margin-right: 1em;
   margin-left: 9em;   
}

#main-image table {
   width: 100%
   text-align: center;
   margin-top: 10px;
   padding: 10px;
   border: 2px #404040 solid;   
}


#image-info {
   text-align: center;
}

#image-info p {
   font-size: 0.8em;
   text-align: center;
}

#image-info h4 {
   font-size: 0.8em;
   text-align: center;
   color: #996600;   
}

#image-info a:link, #image-info a:visited {
   color: #996600;
}

#image-info a:hover {
   color: #ff0000;
}

#image-pane {
   text-align: center;
   vertical-align: middle;
}

#image-pane img {
   margin-top: 10px;
   padding: 10px;
   border: 2px #404040 solid;
   float: none;
}

#image-nav {
   text-align: center;
   margin-top: 5px;
   margin-bottom: 10px;
}

#image-nav a {
   margin: 0;
   padding: 10px;
}

#image-nav a:link, #image-nav a:visited {
   text-decoration: none;
   color: #ffffff;
   border: 1px #999999 solid;
   padding-top: 3px;
   padding-bottom: 3px;
   font-weight: bold;
   text-align: center;
   margin-top: 2px;
   margin-bottom: 2px;
}

#image-nav a:hover {
   text-decoration: none;
   color: #ff0000;
   border: 1px #999999 solid;
   padding-top: 3px;
   padding-bottom: 3px;
   font-weight: bold;
   text-align: center;
   margin-top: 2px;
   margin-bottom: 2px;
}

