$(document).ready(function(){ $.ifixpng('http://www.lionshoogstraten.be/img/pixel.gif'); $('#navigatie').ifixpng(); $('#header').ifixpng(); $('h2').ifixpng(); $('.transparent').ifixpng(); $('.zoom').ifixpng(); $('#onzeprojecten').cycle({ fx: 'fade', speed: 1000, timeout: 2500, random: 1 }); $('#onzesponsors').cycle({ fx: 'fade', speed: 1000, timeout: 1900, random: 1 }); $('#sfeerbeelden').cycle({ fx: 'fade', speed: 1500, timeout: 1900, random: 1 }); $('a.fb').fancybox({ autoScale : true, centerOnScroll: true, overlayShow : true, overlayOpacity : 0.5, overlayColor : '#101010', titlePosition: 'over' }); });