$(document).ready(function()
{	

	$("#header-image").cycle({
		fx: 	'scrollLeft',
		timeout: 	'10000'
	});
	
}
);
