#cvWrapper {
  display: block;
  float: left;
  height: 600px;
  margin-bottom: 2em;
  position: relative;
  width: 960px;
}
#cvCanvas {
  background: url('images/cvCanvas.jpg') no-repeat 0 0;
  left: 0;
  position: absolute;
  top: 0;
}
#cvLoader {
  background: url('images/cvLoader.gif') no-repeat 50% 50%;
  display: none;
  height: 55px;
  left: 453px;
  position: absolute;
  text-indent: -9999em;
  top: 273px;
  width: 54px;
  z-index: 100;
}
.cvButtons {
  display: block;
  position: absolute;
  z-index: 99;
}
.cvButtons div {
  background: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  cursor: pointer;
  display: block;
  float: left;
  height: 60px;
  margin: 0 3px;
  text-align: center;
  text-indent: -9999em;
  width: 72px;
}
.cvButtons div.selected {
  border-color: #fec029;
}
#cvParts {
  bottom: 10px;
  display: block;
  height: 62px;
  left: 0;
  width: 960px;
}
#cvPartOptions {
  left: 7px;
  overflow: hidden;
  top: 10px;
  width: 80px;
}
#cvMaterialOptions {
  overflow: hidden;
  right: 7px;
  top: 10px;
  width: 80px;
}
#cvPartOptions div, #cvMaterialOptions div {
  margin-bottom: 6px;
}
#cvSnapshot, #cvDoors {
  background: url('images/cvSnapshot.png') no-repeat 50% 0;
  cursor: pointer;
  display: block;
  height: 28px;
  left: 94px;
  position: absolute;
  text-indent: -9999em;
  top: 50px;
  width: 42px;
}
#cvDoors {
  background-image: url('images/cvDoors.png');
  height: 33px;
  top: 10px;
}