/*
  GAME
*/
#game div.d{
  position: absolute;
  display: none;
  z-index: 1;
}

#game #dbg{
  width: 50%;
  height: 5px;
  background-color: red;
  position: relative;
  top: 3px;
  display: none;
}

#game #v1{
  width: 0%;
  height: 5px;
  background-color: green;  
}

#game #d1{
  background-image: url('../game/12.png');
  width: 37px;
  height: 187px;
  left: 537px;
  top: 151px;
}
#game #d2{
  background-image: url('../game/22.png');
  width: 188px;
  height: 188px; 
  left: 386px;
  top: 76px;
}
#game #d3{
  background-image: url('../game/32.png');
  width: 143px;
  height: 37px;
  left: 239px;
  top: 226px;
}
#game #d4{
  background-image: url('../game/42.png');
  width: 143px;
  height: 36px;
  left: 239px;
  top: 151px;
}
#game #d5{
  background-image: url('../game/52.png');
  width: 188px;
  height: 188px;
  left: 194px;
  top: 76px;
}
#game #d6{
  background-image: url('../game/62.png');
  width: 188px;
  height: 188px;
  left: 0px;
  top: 76px;
}
#game #d7{
  background-image: url('../game/72.png');
  width: 37px;
  height: 187px;
  left: 151px;
  top: 0px;
}

#game #text{
  background-image: url('../game/text.png');
  width: 221px;
  height: 27px;
  top: 15px;
  display: none;
  position: absolute;
}

#game #done{
  display: none;
  position: absolute;
  width: 221px;
  height: 27px;
  background-image: url('../game/done.png');
  cursor: pointer;
}

#game #shine{
  width: 100%;
  height: 100%;
  background-image: url('../game/shine.png');
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

#game #crossEnd{
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("../game/crossEnd.png");
  z-index: 5;
  cursor: pointer;
  *cursor: hand;
  }

#game #crane {
  background-image: url('../game/crane2.png');
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  background-position: bottom;
  position: absolute;
  right: 0px;
  z-index: 0;
}

#game{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}