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

    // preload images into an array

      $("#slideshow").cycle({
		  fx: 'fade',
		  timeout: 5000,
          pager:  '#bildnav',
		  cleartypeNoBg:   true,
		  pagerEvent: 'mouseover' 
      });
	
	
});
