$(function() {
	$('#homesplash').cycle({ 
	fx: 'scrollLeft',
	speed:4300, 
	timeout:3000,
	pause:0
	});	
	$('a.light').lightBox();
});
