well,
in the short term, I've just added the following to the css.
#easyContainer {
margin-top:30px;
}
#easyBottom {
position: absolute;
top:0;
}
which although not an elegant fix, works for me for the moment. in the long run, I'd like to look linking the api to this line to change the formatting:
b("body").append(b([I = b('<div id="easyOverlay" />').click(J)[0], h = b('<div id="easyCenter" />').append([g = b('<div id="easyContainer" />')[0], v = b('<div id="easyLoadingIndicator" />')[0], w = b('<div id="easyBottom" />').append([D = b('<div id="easyNavigation" />').append([E = b('<a id="easyPrevLink" href="#" />').click(t)[0], F = b('<a id="easyNextLink" href="#" />').click(u)[0]])[0], U = b('<a id="easyCloseLink" href="#" />').click(J)[0], K = b('<a id="easySlideLink" href="#" />').click(Y)[0], m = b('<div id="easyCaption" />')[0], n = b('<div id="easyNumber" />')[0]])[0]])[0]]).css("display", "none"))
but that'll have to wait ...
mark