body {
  margin: 0;
  overflow: hidden;
  font-family: "Helvetica", sans-serif;
  font-size: 100%;
  color: black;
  background-color: white; }

.pag {
  padding: 2em;
  width: auto;
  height: 3000px;
  left: 0px;
  right: 0px;
  position: relative;
  display: block; }

.scroller {
  height: 512px;
  border: 0 none;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden; }

.s_content {
  height: 512px;
  width: auto;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0 64px;
  border: 0 none;
  white-space: nowrap; }

.imagecontainer {
  display: inline-block;
  position: relative;
  margin: 0px 1em;
  top: 0px;
  padding: 0;
  border: 0;
  width: auto;
  height: 512px; }
  .imagecontainer p {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 90%;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0; }
  .imagecontainer img {
    cursor: pointer;
    height: 256px; }

.upper img, .upper p {
  margin-bottom: 256px;
  margin-top: 0px; }

.lower {
  padding-bottom: 0px; }
  .lower img, .lower p {
    margin-top: 256px;
    margin-bottom: 0px; }

.text {
  height: 512px;
  width: auto;
  overflow: hidden;
  padding: 0 2em; }
  .text p {
    padding-left: 1em; }

.cite {
  font-size: 100%;
  font-weight: bold; }

.lef, .rig {
  margin: 0.5em 0; }

#scroll_l, #scroll_r {
  height: 512px;
  width: 128px;
  position: absolute;
  left: 0;
  z-index: 20;
  cursor: w-resize; }

#scroll_r {
  left: auto;
  right: 0;
  cursor: e-resize; }

#footer {
  background-color: white;
  width: 100%;
  margin: 0;
  margin-top: 1em;
  padding: 1em;
  position: fixed;
  bottom: 0;
  z-index: 30;
  -moz-box-shadow: -1em 0px 1em #cccccc;
  -webkit-box-shadow: -1em 0px 1em #cccccc;
  box-shadow: -1em 0px 1em #cccccc; }
  #footer p {
    margin-right: 2em;
    display: inline;
    font-weight: bold; }

#about img, #contact img, #exhib img {
  float: left; }

nav {
  display: inline; }
  nav a {
    font-size: 110%; }
  nav ul {
    display: inline;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    nav ul li {
      margin-right: 2em;
      display: inline; }

p {
  text-align: justify;
  font-size: 100%; }

a {
  font-weight: bold;
  text-decoration: none;
  color: black; }

a:visited {
  color: black; }

a:hover {
  color: #AAA; }

h1 {
  margin: 0px;
  padding: 0px; }
