jQuery.noConflict();	
	jQuery(document).ready(function(){  	
		jQuery('#slider2').innerfade({
				animationtype: 'fade', 
				speed: '3000',
				timeout: 20000,
				type: 'sequence',
				containerheight: 'auto'
		});	
});
