body#isGallery #PageContent,
body#isGalleryPhotos #PageContent { overflow: hidden; background: url(../images/backrop_distressed.jpg) no-repeat; }
body#isGallery #PageContent h2,
body#isGalleryPhotos #PageContent h2 { color: #000; }

#Gallery { display: block; width: 630px; height: auto; overflow: hidden; }
#Gallery .padder { padding: 20px 30px; }
#Gallery ul { margin: 0; padding: 0; list-style: none; }
#Gallery ul li { display: block; width: 150px; height: 200px; overflow: hidden; background: #fff; border: 1px solid silver; float: left; clear: none; margin: 0 16px 50px 16px; font-family: Georgia, "Times New Roman", Times, serif; }

#Gallery a:link,
#Gallery a:visited { text-decoration: none; }

#Gallery a:hover,
#Gallery a:active { color: #000; background: #fffbdf; }
#Gallery a:hover span.picture,
#Gallery a:active span.picture { border: 1px solid #f5a04e; }
#Gallery ul li:hover { background: #f4ecb7; }

#Gallery ul li .padder { padding: 9px; }
#Gallery ul li br { display: none; }
#Gallery span.picture { display: block; width: 130px; height: 150px; border: 1px solid silver; overflow: hidden; }
#Gallery span.caption { display: block; width: auto; height: auto; text-align: center; padding-top: 4px; font-weight: bold; padding-bottom: 0px; }
#Gallery span.date { display: block; width: auto; height: auto; text-align: center; font-size: 10px; padding-top: 2px; padding-bottom: 0px; }

#Gallery #PhotoGallery { display: block; width: 630px; height: 511px; overflow: auto; }

body#isGalleryPhotos #Gallery ul li { display: block; width: 150px; height: 200px; overflow: hidden; background: none; border: none; float: left; clear: none; margin: 0 16px 50px 16px; }
body#isGalleryPhotos #Gallery span.caption { display: block; width: auto; height: auto; text-align: center; padding-top: 4px; font-weight: normal; padding-bottom: 0px; }

#GalleryOptions { position: absolute; bottom: 22px; left: 15px; color: #fff; }
#GalleryOptions a:link,
#GalleryOptions a:visited { color: #fff; }
#GalleryOptions a:hover,
#GalleryOptions a:active { color: #f5a04e; background: none; }