$(document).ready(function() {
    $('#flipshow').cycle({
		fx: 'scrollDown',
		speed: 1500,
		timeout: 6500
	});
});