      body {
        background: #000;
        color: #fff;
        margin: 0px;
        overflow: hidden;
      }
      
      form {
        margin: 0px;
        padding: 0px;
      }

      #pane {
        position: relative;
        width: 100%;
        height: 1000%;
        overflow-y: hidden;
        overflow-x: scroll;
      }

      #photos {
        DDbackground: #000 url(/static/flipside.jpg) repeat;        
        background: #000 url(/static/scrollview.png) repeat;        
        height: 100%;
      }

      #watermark {
        background: url(/static/watermark.png);
        bottom: 20px;
        height: 100px;
        opacity: 0.3; 
        position: absolute;
        right: 40px;
        width: 200px; 
        z-index: 2000;
      }
      
      .slate {
        background: #000;
        border: 7px solid white;
        box-shadow: 4px 4px 8px 2px #000;
        -moz-box-shadow: 4px 4px 8px 2px #000;
        -webkit-box-shadow: 4px 4px 8px 2px #000;
        cursor: pointer;
      }
      
      .slate div {
        background: #000;
        height: 100%;
        width: 100%;
      }

      .slate img {
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
      }

      #date {
        background: url(/static/black_60.png) repeat;
        border: 3px solid white;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        box-shadow: 4px 4px 5px #000;
        -moz-box-shadow: 4px 4px 5px #000;
        -webkit-box-shadow: 4px 4px 5px #000;
        font-family: serif;
        font-size: 1.3em;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: -30px;
        top: -30px;
        padding: 35px 35px 10px 15px;
        width: 220px;
        z-index: 1900;
      }
      
      .date {
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        font-family: serif;
        font-size: 1.3em;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: -28px;
        text-align: center;
        top: -28px;
        padding: 35px 35px 10px 15px;
        width: 220px;
        z-index: 1900;
      }
      
      #info {
        background: url(/static/black_60.png) repeat;
        border: 3px solid white;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        box-shadow: 4px 4px 5px #000;
        -moz-box-shadow: 4px 4px 5px #000;
        -webkit-box-shadow: 4px 4px 5px #000;
        font-family: sans-serif;
        font-size: 1.3em;
        font-weight: bold;
        position: absolute;
        right: -300px;
        bottom: 150px;
        padding: 180px 35px 10px 15px;
        width: 220px;
        z-index: 1900;
      }
      
      #info h1.header {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
      }

      #info div.about {
        position: absolute;
        font-size: 14px;
        font-weight: normal;
        padding-left: 7px;
        margin: 0px;
        width: 200px;
      }
      
      #info div.about span {
        cursor: pointer;
        white-space: nowrap;
      }
      
      .datebox {
        font-family: sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        color: black;
        width: 66px;
        height: 66px;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 15px;
        left: 15px;
        background: url(/static/calendar.png);
      }
      
      .datebox h1 {
        margin: 0px;
        font-size: 10px;
        right: 6px;
        position: absolute;
        top: 2px;
      }

      .datebox h2 {
        font-size: 14px;
        font-weight: bold;
        left: 3px;
        margin: 0px;
        position: absolute;
        top: 2px;
      }

      .datebox h3 {
        font-size: 30px;
        text-align: center;
        margin: 0px;
        position: absolute;
        top: 24px;
        width: 63px;
      }
      
      .globebox {
        position: absolute;
        top: 12px;
        left: 22px;
        width: 200px;
        height: 140px;
        background-position: 0px -30px;
        margin: 15px 0px 0px 0px;
      }
      
      
      #add_keyword {
        font-size: 16px;
        background: transparent;
        color: #989898;
        border: 0;
        font-style: italic;
        margin-left: 40px;
        width: 150px;
      }
      

      #suggestions {
        margin-top: 4px;
        /* overflow-y: scroll; */
      }

      #suggestions span {
        font-size: 0.4em;
        vertical-align: top;
      }

      #suggestions div {
        cursor: pointer;
        font-size: 0.7em;
        text-align: right;
        padding: 3px 5px 3px 10px;
      }
      
      #suggestions img {
        padding-left: 10px;
        vertical-align: text-top;
      }


      #keywords {
        padding-bottom: 4px;
        margin-bottom: 4px;
      }
      
      #keywords div {
        padding: 3px 5px;
        font-size: 0.7em;
        text-align: right;
      }

      #keywords img {
        cursor: pointer;
        padding-left: 10px;
        vertical-align: text-top;
      }

      .kw_person {
        font-style: italic;
      }

      .kw_keyword {
        font-style: normal;
      }
      
      
      span.sup {
        vertical-align: top;
        font-size: 0.7em;
      }
      
      .notice {
        font-size: 1.3em;
        font-family: serif;
        font-style: italic;
        font-weight: bold;
        opacity: 0.6;
        position: absolute;
        left: 20px;
        bottom: 30px;
      }

