jQuery UI Slide doesn't follow CSS while animating

jQuery UI Slide doesn't follow CSS while animating

I am trying to make a paragraph to slide but, it doesn't work the way I have designed it.
It should slide from left to right and stop at it's position.
Instead it slides in a lower position, then suddenly goes up.

I have an example online. The slide animation is activated by the colored boxes on the top left corner.
The example URL is: http://dev.lucianosantana.net/temp/imagem/img2.html

It seems to ignore some CSS rules while it is doing the animation.
I have tried doing it using jQuery.animation but it's not the same effect.

Please help meee !
:-)