/* gallery.css */

body
{
  background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) ), url(/gallery/Hilliers%202020/DSC_0514.JPG);
  background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) ), url(/images/leaf_background.jpg);
  background-size: 1800px;
  background-position: top; 
  background-repeat: repeat-y;
  background-color: white;
}

#gallery_tab table, #gallery_tabtop
{
  background-color: rgba(255, 255, 255, 0) !important;
}

