multi-directional sliding... is this possible?

multi-directional sliding... is this possible?

Hello everyone. I just discovered this form while searching for help with a jquery question.

I've working on a new design for my portfolio:
http://leifmiltenberger.com/test/slider.html

I used this slider for the main content section:
http://jqueryfordesigners.com/coda-slider-effect (I removed the prev/
next buttons.)

But there's one thing I can't figure out...

I want the "blog" link to drop the page down to the blog section of
the site. Also, when I'm down at the blog, when you click on the
other links, I'd like the site to scroll back to the top and then
scroll sideways to the appropriate section. Kind of like this site
does: http://www.engageinteractive.co.uk/ (Click a site from their
portfolio, then click go back to the About section of the site to see
the effect. It's not quite the same, though, because I actually want
the page to be taller than just the main content div.)

I tried using this smooth scroll effect ( http://www.kryogenix.org/code/browser/smoothscroll/ ) to get the blog anchor link to work properly
but it messed up the coda slider.

Any ideas? First, is this possible? Second, am I opening myself up
to a world of pain here?