Site not lining up

Hi all,

I’m developing a page for a client and I can’t seem to get the site to line up properly.

The site can be viewed at profitablefxtrading.com

I’m trying to get the Slideshow to line up with the menu above it on the left…

Can someone help me out? I’m a bit baffled…

You just need to center your element like you do with the other centered divs:

#pre-body-area {
  overflow: hidden;
  position: relative;
  width: 960px;
  [COLOR="Red"]margin: 0 auto;[/COLOR]
}