#photo_number {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: white;
  font-size: 30px;
  position: absolute;
  text-shadow: black 0 0 5px;
  right: 0px;
  bottom: -35px; }

#photo_number a:link {
  color: white; }

#photo_copyright_watermark {
  position: absolute;
  right: 5px;
  top: -35px; }
  #photo_copyright_watermark a {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    font-size: 1.2em;
    padding: 0 3px; }
