$(document).ready(function(){
	$('#image1').cycle({
		fx: 'scrollLeft',
		timeout:5000
	});

	$('#image2').cycle({
		fx: 'scrollLeft',
		timeout:5000
	});

	$('#image3').cycle({
		fx: 'scrollLeft',
		timeout:5000
	});
	
	$('#content-wrap').css({'position':'absolute','left':'-182px','width':'1360px'});

	$('#image1').css({'float':'left'});
	$('#spacer').css('display','none');
	
	$('#footer').css({'margin-top':'465px'});
/*
	var p = $("#content");
	var position = p.position();
	$('#footer').css({'margin-left':'-362px','width':$('#header').width(), 'left': (position.left-40), 'margin-top':'100px'});
*/
});
