The inline player does what you want. just give your hidden div an id and then point the shadowbox link as though it were an in-page anchor e.g.
<div id="MyHiddenDiv">Content in here</div>
<a href="#MyHiddenDiv" rel="shadowbox">Link</a>