div.thumbTable { overflow: hidden; margin: 10px auto; }
div.thumbRow { overflow: hidden; margin-left: 120px; }
div.thumbCell { text-align: center; height: 300px; float: left; padding-bottom: 7px; }
div.thumbCell a { }
div.thumbCell img:hover { }
.galleryImage { border: solid 1px #c1c1c1; -moz-box-shadow: 5px 5px 5px #908b7f; -webkit-box-shadow: 5px 5px 5px #908b7f; box-shadow: 5px 5px 5px #908b7f; }
a.arrowLinkLeft, a.arrowLinkRight {/*text-decoration: none; font-size: 24px; font-weight: bold; color: #666666;*/ position: absolute; text-indent: -1000em; width: 48px; height: 48px; background-repeat: no-repeat; display: block;}
a.arrowLinkLeft {background-image: url(/images/arrowLeft.png);}
a.arrowLinkRight {background-image: url(/images/arrowRight.png);}
a.arrowLinkLeft:hover, a.arrowLinkRight:hover {/*color: #000000;*/ background-position: -48px 0;}
.lowerLinks { overflow: auto; border: solid 1px #c0c0c0; margin: 3px auto; padding: 2px; position: relative; width: 60%; /* height: 40px; Needed if #backLink is positioned absolutely */}
#backLink {float: right; /*	position: absolute; */ /* comment out these two lines if floating to the right */ /*	top: 25px; */ }