[jQuery] .show() Question

[jQuery] .show() Question


Hey all,
Working on my graduation portfolio and I am not quite sure why things
are behaving in the fashion that they are. Here is the test site to
use as reference (I apologize for the gross code and long load time,
only a test page).
http://www.design72.net/d72_root/javascript_test.html
I have two elements show when the "work" link is clicked. Both
elements respond differently. The left hand element slides in from
right to left, where the right element reveals from the top left
corner.
The left element functions in the way I intended it to, but the right
does not. I want it to have the same style of sliding animation as in
the left but only from left to right so that it is coming from my
vertical divider.
Anyone know why they are interacting differently or have a solution?
Thanks!