/*
________________________________________________________________________________________
*    gallery.css
*   
*    Style sheet for gallery page
________________________________________________________________________________________
*/


  .section a:hover   {
                     background-color: transparent;
                     }
  .section a:link    {
                     background-color: transparent;
                     }
  .section table     {
                     border: none;
                     margin-left: auto;
                     margin-right: auto;
                     border-spacing: 12px;
                     }
  .section td        {
                     background-color: transparent;
                     text-align: center;
                     vertical-align: top;
                     padding-top: 6px;
                     padding-left: 6px;
                     padding-right: 6px;
                     padding-bottom: 6px;
                     border: none;
                     }
  .caption		     {
					 margin-top: 0px;
					 font-size: 95%;
					 }