.iPhone #bookcase {
  zoom: 0.46875;
}
html, body
{
  margin: 0; padding: 0;
  background: #000;
}
#bookcase {
  margin: 0 auto;
}
.shelf {
  position: relative;
  height: 180px;
  padding-top: 20px;
  background: url(/ipad/ibooks-bg1.png);
}
.shelf-left {
  position: absolute;
  width: 22px; height: 187px;
  left: 0; top: 0;
  background: url(/ipad/ibooks-bg3.png);
  z-index: 2;
}
.shelf-right {
  position: absolute;
  width: 22px; height: 187px;
  right: 0; top: 0;
  background: url(/ipad/ibooks-bg4.png);
  z-index: 2;
}
.shelf-bottom {
  position: absolute;
  width: 100%; height: 25px;
  left: 0; bottom: 0;
  background: url(/ipad/ibooks-bg2.png);
}
.top {
  height: 40px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0.17, rgb(193,151,118)),color-stop(0.8, rgb(163,84,39)));
  border-top: solid #D3B39C 1px;
  border-bottom: solid #4E1500 1px;
  -webkit-border-radius: 10px 10px 0 0;
}
#boxes {
  position: absolute;
}
.box {
  position: relative;
  display: block;
  float: left;
  width: 127px; height: 160px;
  background: #fff;
  -webkit-box-shadow: 0px -1px 12px rgba(0,0,0,.8);
  margin: 20px 55px 20px 60px;
  text-decoration: none;
  line-height: -2000px; font-size: -2000px;
  color: transparent;
  z-index: 10;
}
#spacequest { background: url(/games/spacequest/meta/book.jpg); }
#spacequest2 { background: url(/games/spacequest2/meta/book.jpg); }
#policequest { background: url(/games/policequest/meta/book.jpg); }
#larry { background: url(/games/larry/meta/book.jpg); }
#kingsquest { background: url(/games/kingsquest/meta/book.jpg); }
#kingsquest2 { background: url(/games/kingsquest2/meta/book.jpg); }
#kingsquest3 { background: url(/games/kingsquest3/meta/book.jpg); }
#goldrush { background: url(/games/goldrush/meta/book.jpg); }
#theblackcauldron { background: url(/games/theblackcauldron/meta/book.jpg); }

.top {
  padding: 0 20px;
}
h1 {
  color: #fff;
  font-family: 'Thonburi', 'Helvetica';
  font-size: 20px;
  line-height: 10px;
  font-weight: normal;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}
h1 span {
  float: right;
}
h1 a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid rgba(255,255,255,0.2) 1px;
}
a#q42 {
  position: relative;
  display: inline-block;
  width: 23px; height: 35px;
  background: url(/ipad/q42-wood.png);
  font-size: 0px; line-height: 0px;
  color: transparent;
  top: -22px;
  border: none;
}