This is by design. Each SPS Area is technically a WSS Web Site (SPWeb).
Via the browser-based UI (like Add Web Parts - Browse), data in one
SPWeb is not available in other SPWebs. There are at least four ways
that List A from Area A can be viewed out of scope in Area B:
Clunky Non-List Web Part Options
1. Page Viewer Web Part
2. Web Capture Web Part (from the STSTPKPL Office Web Components on
the SharePoint CD or Microsoft download site)
FrontPage DVWP Options
3. Manage Catalog - Add
Sweet, but only for data in sites in the same Virtual Server
(should work fine for your situation)
4. Use Lists.asmx Web Service - GetListItems
IMHO, this is the best option available today
Ask follow-up questions so I can better direct your next steps,