/* The croppr goodness thanks to Vanpelt */
#croppr a {
  width:70px;
  height:30px;
}

#croppr a span {
  display:none;
} 

#croppr a.exit {
  background:url(exit.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 87%;
  right: 40%;
}

#croppr a.crop {
  background:url(crop.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: 87%;
  left: 40%;
}

#croppr .track {
  background:url(bar.png) no-repeat center;
  height:6px;
  position:absolute;
  left:50%;
  top:80%;
  margin-left:-130px;
  width:260px;
}

#croppr .track .handle {
  margin-top:-7px;
  width:20px;
  height:20px;
  background:url(handle.png) no-repeat;
}