Hi dweinin,
You need:
1. Open magiczoom.css file.
2. Find these lines:
/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 1px solid #999;
}
3. Add a line "margin: 50px 0 0 0;" inside the braces like so:
/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 1px solid #999;
margin: 50px 0 0 0;
}
That's it!
Best wishes,
Alex