/* gallery-noflash.css */
<!--
#pl_main {
  width: 880px;
  margin: 20px auto;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-align: center;
  background-color: #f8f8f2;
  padding: 5px 10px;
}
#pl_main h1 {
  font-family: Arial;
  font-size: 24px;
}
#pl_main h2 {
  font-family: Arial;
  font-size: 20px;
}
table.gallery {
  padding: 5px;
  width: 100%;
  table-layout: fixed;
}
table.gallery td {
  text-align: center;
}
table.gallery img {
  max-width: 120px;
  max-height: 120px;
}
div.gallerydiv img {
  max-width: 600px;
  max-height: 600px;
  /* IE Image max-width */
  width: expression(this.width > 600 ? '600px': true);
  /* IE Image max-height */
  height: expression(this.height > 600 ? '600px': true);
}
table.prevnext {
  padding: 5px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
table.prevnext td {
  text-align: center;
}
table.prevnext img {
  padding: 5px;
  margin: 2px;
  border: 0;
}
.mbf-item {
  display: none;
}
.galleryloctext {
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #333;
  margin: 0px auto 20px auto;
}
.galleryinfotext {
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
  margin: 0px auto 20px auto;
}
.gallerytext {
  font-family: Arial;
  text-align: left;
}
.imagetext {
  font-family: Arial;
  color: #333;
  font-size: 12px;
  text-align: center;
}
-->
