Accordion (vertical) with content scrollable (Horinzontal)

Accordion (vertical) with content scrollable (Horinzontal)

Hi all!
      I'm goin' crazy. I've made all my web site and it works good... well... I'd like emprove UI using jQueryMobile... I've made accordion and everythings works good... I think.. YEAH It's SIMPLE!
bytheway I see <div> content of the accordion work like (overflow:visible) ...
if I try to change it... I lost the content... I cannot get any kind of scrollbar...
In my accordion content I put some tables and pictures... I'd like to have them scrollable inside the content and not overflow:visible (it's no good UI)
 
here's my code:

<div data-role="collapsible-set">

<div data-role="collapsible" data-collapsed="true">

<h3>Results Table</h3>

<div>

< table cellpadding ="0" cellspacing ="0" border ="1" style =" width : 878px" id ="tblPoint" runat ="server" > </ table> </ div > </ div > </div>
 
Like you see table width are 878px this is the reason of workflow:visible...
have you any idea about the way to make the div content scrollable horizontal?
 
Any suggestion is appreciated! Please HELP!
TIA,
Dario