table.image-table {
   width: 100%;
   margin-top: 70px;
   margin-bottom: 50px;
}

table.gallerySection-table {
   width: 100%;
   margin: auto;
}

a.gallerySection {
   text-decoration: none;
   background-color: transparent;
   border: hidden;
   color: #777777;
   font-style: italic;
   font-weight: bold;
   font-size: xx-large;
}

a.gallerySectionSelected {
   color: #FFFFFF;
}
/*
ul.image {
	list-style: none;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   width: 100%;
}

   ul.image li {
      width: 100%;
   }

   ul.image img {
		width: 100%;
   }
*/
#imageList {
	list-style: none;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   width: 100%;
}

   #imageList img {
		width: 50%;
   }