.picZoomer {
   position: relative;
}
.picZoomer-pic-wp {
   position: relative;
   overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor {
   display: block;
}
.picZoomer-zoom-pic {
   position: absolute;
   top: 0;
   left: 0;
}
.picZoomer-pic {
   width: 100%;
   height: 100%;
}
.picZoomer-zoom-wp {
   display: none;
   position: absolute;
   z-index: 10;
   overflow: hidden;
}
.picZoomer-cursor {
   display: none;
   cursor: crosshair;
   width: 100px;
   height: 100px;
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 50%;
   border: 1px solid #eee;
   background-color: rgba(0, 0, 0, 0.1);
}
.picZoomCursor-ico {
   width: 23px;
   height: 23px;
   position: absolute;
   top: 40px;
   left: 40px;
   background: url(images/zoom-ico.png) left top no-repeat;
}
