jQuery.noConflict();

jQuery(document).ready(function() {   
	    jQuery('#startteaser').innerfade({   
	        speed: 4000,
	        timeout: 7000,
	        type: 'sequence',   
	        containerheight: '299px'  
	    });  
});