Cufon.replace('#header h1, #order_div div.header h1');

$(function() {

    $('div.portfolio_item img').lazyload();

    $('h2:first').css('marginTop', '0px').css('marginBottom', '20px');

    $('a.lightbox').lightBox({
	txtImage: 'Foto',
	txtOf: 'van',
	imageBtnClose: './img/sluiten.png',
	imageLoading: './img/laden.gif',
	imageBtnNext: './img/volgende.png',
	imageBtnPrev: './img/vorige.png',
	overlayOpacity: 1
    });


});
