$(document).ready(function(){ 

  $(document).pngFix(); 
  $("a").pngFix(); 
  $(".gallery").fancybox();
  
  //slideshow
  $('.slideshow').fadeIn(); 
  $('.slideshow').cycle({
		fx: 'fade',
		speed: 1000,
		random:  1,
    timeout:  8000  
	});
	
  /*    
  $("a.ekatalog_popup").fancybox({
  	ajax : {
  	 type	: "POST"
  	}
	})
  */
});
