This is due to the second Sponsored Links td (class="alt1") containing an iframe that has a width extending beyond the body. Nothing is rendering visibly in this td on the page.
Adding overflow:hidden to .alt1 would prevent the spillage and remove the scrollbars, but also cut off part of the iframe, if it were visible.
Bookmarks