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