#cupboard {                             /* ID for magic cupboard */
  max-width: 560px;
  min-width: 140px;
  min-height: 150px;
  border: 0;
  padding: 0;
  background: url(cupboard_shelves.gif) repeat;
}

.storagebox {                           /* CLASS for a box in the magic cupboard */
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
  width: 140px;
  height: 150px;
}

.storagebox a {
  outline: none;
  border: none;
  display: block;
  width: 70px;
  height: 65px;
  background: url(storagebox.jpg) no-repeat;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  text-decoration: none;
  color: #593e33;
  margin: 0;
  padding: 90px 37px 0 33px;
}

.storagebox a:link {}
.storagebox a:visited {}
.storagebox a:hover {background-position: -140px 0; padding: 99px 39px 0 31px;}
.storagebox a:focus {background-position: -140px 0; padding: 99px 39px 0 31px;}
.storagebox a:active {background-position: -140px 0; padding: 99px 39px 0 31px;}

.emptybox {
  float: left;
  borer: 0;
  padding: 0;
  margin: 0;
  width: 140px;
  height: 150px;
}

.emptybox a {
  outline: none;
  border: none;
  display: block;
  width: 140px;
  height: 150px;
  background: url(emptybox.jpg) no-repeat;
  margin 0;
  padding 0;
}

.emptybox a:link {}
.emptybox a:visited {}
.emptybox a:hover {background-position: -140px 0;}
.emptybox a:focus {background-position: -140px 0;}
.emptybox a:active {background-position: -140px 0;}
