I've got a page (hosted here) that has an image slider at the top of the page which should have a width of 100%. Problem is, it doesn't actually take up the entire page unless I give it a right margin of -x, where x can be of any value or unit. This does make it take up the full width of the page, but this fix both gives a horizontal scrollbar and doesn't work in IE (tested on IE9). It's strange because there's no obvious source for the margin.
Suggestions?