jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery(function() {
		jQuery('#s7').cycle({
			fx:    'scrollUp',
			speed:   600,
			delay: -1000,
			timeout: 6000
		});
		
	});
});