a#galleries {background: #EEE;}
a#galleries:hover {color: purple;}

/* The list of the galleries on the left side */

td#glist {width: 150px;
  background: #EEE;
  height: 480px;}

td#gmain {
  width: 435px;
  }

td#gsel {
  width: 175px;
  background: #EEE;
  }

div.gallery-list {
  text-align: left;
  margin: 0;
  padding: 15px 0 0 10px;
  }

/* The formatting for each individual name of a gallery in the left-side list */
div.gallery-name {
  margin: 0 0 0 10px;}

div.gallerymain {
  text-align: left;
  }


/* The right-side display of photos in the gallery */
div.galleryselect {
  padding: 20px 0px;
  }

  
/* Gallery Select Area (images on right */
div.galleryselect {overflow: auto; 
  height: 480px; 
  text-align: center; 
  border-bottom: 2px solid #ccc;}
div.galleryselect a {display: block; padding: 0px; border: 0px;}
div.galleryselect a:hover {background: auto;}
div.galleryselect img {margin: 4px 0px;}

#photoframe_ {width: 400px; height: 600px;}
.photodetail {background: white; text-align: center;}
  
  
div.galleryselect td { 
  text-align: center;
  vertical-align: middle;
  }
  
div.galleryselect img {border: 0px solid white;}
div.galleryselect a {border: 2px solid #EEE;}
div.galleryselect a:hover {border: 2px solid #cec3d8;}

#gdfsfallerydesc_ {display: none;}