jQuery UI: Show transition on Safari bug

jQuery UI: Show transition on Safari bug

Hey,

I'm using jQuery UI to make transitions between pages on my website. I use AJAX to load a portion of the page. In this case, a DIV element. I use .hide() to hide the actual DIV, then its contents are replaced and I use .show() effect to bring the DIV back to its place. It works great on Firefox, but on Safari this function slides the div to the extreme right, then it goes back to the center of the screen. Note that it's not like a bounce effect. Does anyone know a good solution for that?

Thanks!