$(document).ready( function() {

	$('#pics').cycle({
		fx:'scrollLeft', 
		timeout:4000, 
		delay:-2000 
	});
});
