
html {
  overflow-y: scroll;
}
body {
  background: url(../imgs/bg.png);
  background-image: -moz-radial-gradient(center center 45deg, circle closest-side, #ffffff 0%, #ffffff 25%, #999999 400%);
  color: #222;
  margin: 0 0 3em 0;
  padding: 0;
  font-family: Georgia,Palatino,Times New Roman,Times,serif;
  line-height: 1.6em;
}

#container {
  background: url("../imgs/white_gradient.png") no-repeat scroll 50% -130px transparent;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
  width: 800px;
}

#photos {
  ttext-align: center;
}

.photo {
  border-color: #666 #ddd #ddd #666;
  border-style: solid;
  border-width: 1px;
  display: block;
  margin: auto auto;
  position: relative;
  width: 100%;
}

.album .wowbook-page-content {
  background: #fff;
  border: 2px solid #222;
  padding: 0em 0em;
}
.album .wowbook-left .wowbook-page-content {
  background-image: url('../imgs/page_left_background.png');
  background-position: right top;
  border-right-width: 0px;
  padding-right: 0em;
}
.album .wowbook-right .wowbook-page-content {
  background-image: url('../imgs/page_right_background.png');
  background-position: right top;
  border-left-width: 0px;
  padding-left: 0em;
}

#back,
#next {
  border: none;
  height: 44px;
  width: 44px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
}
#back {
  background: url(../imgs/arrow-left.png);
  left: -44px;
}
#next {
  background: url(../imgs/arrow-right.png);
  right: -44px;
}

button::-moz-focus-inner {
  border: 0;
}

