After much more reading and looking at more examples I got it to work by using the following:
myVerticalSlide.slideIn().chain(function(){
$('vertical_slide').fade('in');
});
myVerticalSlide.slideOut().chain(function(){
$('vertical_slide').fade('Out');
});
Hope this helps someone.
