$( function(){

    //PrettyPhoto
    $("a[rel^='prettyPhoto']").prettyPhoto({
        theme       : 'light_rounded',
        counter_separator_label: 'de'
    });

});
