 .easyzoom {position: relative;display: inline-block;*display: inline;*zoom: 1;z-index:999;}.easyzoom img {vertical-align: bottom;}.easyzoom.is-loading img {cursor: progress;}.easyzoom.is-ready img {cursor: crosshair;}.easyzoom.is-error img {cursor: not-allowed;}.easyzoom-notice {position: absolute;top: 50%;left: 50%;z-index: 150;width: 10em;margin: -1em 0 0 -5em;line-height: 2em;text-align: center;background: #FFF;box-shadow: 0 0 10px #888;}.easyzoom-flyout {position:fixed;z-index: 9999;overflow: hidden;}.easyzoom--overlay .easyzoom-flyout {top: 0;left: 0;width: 100%;height: 100%;}.easyzoom--adjacent .easyzoom-flyout {top: 15%;left: 50%;width: 45%;height: 60%;}