Target specific DIV when adding tab

Target specific DIV when adding tab

Hello,
I would like to specify a target div when adding a tab. Is this
possible?
The content panes are placed in a wraper "content-pane".
Is it possible to add tabs in the content-pane. RIght now they are
added after the content-pane.
<div id="AppInnerLayout" >
    <UL>
        <LI><A href="#tabs-west-1">Nunc tincidunt</A></LI>
        <LI><A href="#tabs-west-2">Proin dolor</A></LI>
        <LI><A href="#tabs-west-3">Aenean lacinia</A></LI>
    </UL>
    <DIV class="content-pane">
        <DIV id="tabs-west-1"> </DIV>
        <DIV id="tabs-west-2"> </DIV>
        <DIV id="tabs-west-3"> </DIV>
    </DIV>
</div>
Thanks for any help!
Aldo
--