$(function() {
	$('#bigpic_about').cycle({
		fx:'fade',
		speed:300,
		timeout:3000,
		next:'#bigpic_about',
		pause:1
    });
});    