UI 1.7, Resizable and style problem

UI 1.7, Resizable and style problem


Hello,
I applied resizable() for an image, so it can be resized, and all is
good - it's being resized, etc.
Problem is that image's code looks like:
<img src="image.jpg" style="margin:0 auto;display:block" />
With this code, image is centered. When I use resizable, and before
saving make resizable('destroy'), I get code similar to this:
<img src="image.jpg" style="margin:0;display:block" />
And now image is not centered anymore. Does anybody know how to fix
that?
Thanks!
Simon