.imgZoom {
  cursor: url((http://www.delcampe.net/public/js/imgZoom/graphics/zoomin.cur);
  outline: none;
}
.imgZoom-active-anchor img {
        visibility: hidden;
}
.imgZoom img {
  border: 0px solid gray;
  cursor: url(http://www.delcampe.net/public/cursors/zoomin.cur);
  outline: none;
}
.imgZoom:hover img {
        border: 0px solid white;
}

.imgZoom-wrapper {
        background: white;
}
.imgZoom-image {
    border: 2px solid white;
}
.imgZoom-image-blur {
}
.imgZoom-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.imgZoom-loading {
    display: block;
    border: 1px solid black;
    background-color: white;
    width: 20px;
    height: 20px;
    background-image: url('http://www.delcampe.net/public/js/imgZoom/graphics/loader.white.gif');
    background-repeat: no-repeat;
    background-position: 2px 2px
}
a.imgZoom-credits,
a.imgZoom-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
        font-size: 10px;
}
a.imgZoom-credits:hover,
a.imgZoom-credits:hover i {
    color: white;
    background-color: gray;
}

a.imgZoom-full-expand {
        background: url('http://www.delcampe.net/public/js/imgZoom/graphics/fullexpand.gif') no-repeat;
        display: block;
        width: 34px;
        height: 34px; margin-left:0; margin-right:10px; margin-top:0; margin-bottom:10px
}

/* These must always be last */
.imgZoom-overlay {
  display: none;
}
.controlbar {
  margin-top:-8px;
  margin-left:-8px;
  background-color:#fff;
  border:1px solid #aaa;
  -moz-border-radius:5px 0px 5px 0px;
  width: 210px;
  height: 28px;
  text-align:center;
}
.controlbar a {
  display: block;
  float: left;
  /*margin: 0px 0 0 4px;*/
  height: 27px;
}
.controlbar a:hover {
}
.controlbar .previous {
  width: 40px;
}
.controlbar .next {
  width: 40px;
  background-position: -40px 0;
}
.controlbar .imgZoom-move {
  width: 40px;
  background-position: -80px 0;
  cursor:move;
}
.controlbar .close {
  width: 30px;
  background-position: -120px 0;
}


/* Necessary for functionality */
.imgZoom-display-block {
    display: block;
}
.imgZoom-display-none {
    display: none;
}