.zoomit-ghost {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: wait;
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.zoomit-zoomed {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
}
.zoomit-container {
	width: 80%;
	
	margin: 0 auto;
    overflow: hidden;
    position: relative;
left: 10%;
    display: inline-block;
}
#zoomit-target{
	width: 100%;
}
.zoomit-container img {
	margin: 0 auto;
    vertical-align: top;
}
.zoomit-container.loaded .zoomit-ghost {
    cursor: crosshair;
}
.zoomit-container.loaded .zoomit-zoomed {
	margin: 0 auto; vertical-align:middle;
    opacity: 1;
}
<!--ºÄÊ±1756503452.7987Ãë-->