.hizoom {
    position: relative;
    z-index:10000;
}

.hizoom .magnifier {
    box-sizing: border-box;
    border: 1px solid #999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    cursor: move;
}

.hizoom .small{
    position: absolute;
}

.hizoom .big {
    position: absolute;
    width:480px;
    height:500px;
    left:480px;
    top:100px;
    
}

.hizoom .small {
    top: 0;
    left: 0;
    cursor: move;
}

.hizoom .big {
	 z-index:10000;
    overflow: hidden;
   
}

.hizoom .small img,
.hizoom .big img {
    position: absolute;
    top: 0;
    left: 0;
}
