html {
  background: #000;
}

a {
  border: none;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.gallery {
  position: relative;
}

div.gallery table {
  border-spacing: 10px;
  border-collapse: none;
}

div.gallery img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

body.gallery div.chrome {
  position: relative;
  padding: 0 0 0 0;
  height: 77px;
  margin-top: -20px;
}

body.gallery div.chrome img {
  position: absolute;
  left: 50%;
  width: 154px;
  height: 67px;
  margin-left: -77px;
}

body.viewer {
  /* background: #1a1a1a; */
}

body.viewer div.viewer img {
  position: absolute;
  display: block;
  margin: 18px 0;
  padding: 0;
}

body.viewer div.chrome a#previous_link,
body.viewer div.chrome a#next_link {
  display: block;
  width: 75px;
  height: 45px;
  background: url(../images/arrows-black.png) no-repeat;
}

body.viewer div.chrome a#next_link {
  background-position: -75px 0;
}

body.viewer div.chrome {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  background-color: #000;
  border-top: 1px solid #222;
}

body.viewer div#signature {
  position: absolute;
  right: 30px;
  height: 45px;
  top: 30px;
  overflow: hidden;
  color: #fff;
}

body.viewer div#signature div,
body.viewer div#signature a {
  float: left;
}

body.viewer div#signature a {
}

body.viewer div#signature div#number {
  margin-top: 12px;
  width: 55px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}

body.viewer div#signature div#number span {
  color: #fff;
}

body.viewer h1 {
  position: absolute;
  margin: 0;
  background: url(../images/logo-small.png);
  width: 119px;
  height: 52px;
  top: 23px;
  left: 100px;
/*  left: 55px;*/
}

body.viewer h1 a {
  display: block;
  width: 119px;
  height: 52px;
}

body.viewer h1 span {
  display: none;
}



/* Contact page */

body.contact {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #888;
}

body.contact a {
  color: #888;
}

body.contact div.wrapper {
  width: 275px;
  margin: 5px auto;
}

body.contact img {
  display: block;
  margin: 100px auto 30px;
}

body.contact hr {
  border: none;
  height: 1px;
  background: #888;
  margin: 5px 0;
}

body.contact p {
  text-align: center;
}

body.contact p.back {
  margin-top: 30px;
}

body.contact p.back a {
  text-decoration: none;
}

body.contact p.back a span {
  text-decoration: underline;
}


