$(document).ready(function() {
    $('textarea.expanding').autogrow();
    $('.visuals').cycle();
    $('a[rel=enlarge], a.enlarge').colorbox({transition:'fade',previous:'vorige',next:'volgende',close:'sluiten',current:''});
});
