body { font-family: Helvetica; }

.clear { clear: both; }

#gallery { position: relative; height: 400px; width: 630px; margin-right: 20px; float: right; }
#gallery a { float: left; position: absolute; }
#gallery a img { border: none; }
#gallery a.show { z-index: 500; }
#gallery .caption { z-index: 600; background-image: url(../images/bg1sub.png); color: black; height: 50px; width: 100%; position: absolute; bottom: 20px; right: 0; }
#gallery .caption .content { margin: 5px; padding-left: 110px; padding-top: 2%; font-size: 20px; text-align: center; }
#gallery .caption .content h3 { font-size: 95%; margin: 0; padding: 0; color: white; font-weight: bold; font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, times, "Times New Roman", sans-serif; }
