html { height: 100% }
body { background-color: #ffffff; margin: 0; height: 100%; }
h1, .head1  {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #333333}
h2, .head2 {  font-family: Verdana, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #333333}
h3, .head3  {  font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666}
h4, .head4  {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666}
h5, .head5  {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
h6, .head6  {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #666666}
p, td, li {  font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #000000}
a { color: #000066 }
a:visited { color: #333366 }
a:active { color: #0066cc }
a:hover { color: #cc6600; text-decoration: underline }
.photocontainer img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.photocontainer {
  height: 100%;
  text-align: center;
  z-index: 0;
}
.thumbcontainer {
  width: 120px;
  height: 100%;
  z-index: 10;
  overflow: scroll;
  float: right;
}
.thumbnail {
  margin: 2px;
  text-align: center;
}
.galleryinfo {
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 10px;
  background-color: #fff;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.gallerytitle {
  font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; color: #000;
}
.gallerydate {
  font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #333;
}
.copyright {
  font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #666;
}
.gallerydescription {
  font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #333;
}
.galleryadmin {
  font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #333;
  margin-top: 8px;
}
.controlcontainer {
  padding: 8px;
}
