$(function() {
    var stack = [];

    // preload images into an array

      $("#infobox").cycle({
		  fx: 'fade',
		  timeout: 7000,
          pager:  '#bildnav',
		  pagerEvent: 'mouseover' ,
		  pause: 1
      });
	  
	  $("#produkte").jCarouselLite({  
			btnNext: "#pfeilrechts",    
			btnPrev: "#pfeillinks",	
			visible: 4,	
			auto: 5000,
			speed: 1500,    
			circular: true
	  });

});
