if (window.attachEvent && /MSIE 7/.test(navigator.userAgent)) {
	window.attachEvent('onload',function () {
		document.getElementById('overlap').style.left='-423px';
	});
}