jQuery.noConflict();
  
jQuery(document).ready(
    function(){
     jQuery('ul#teaser-animation-images').innerfade({
      speed: 'slow',
      timeout: 8000,
      type: 'sequence',
      containerheight: '165px'
     });
});