$( function(){

    // inicializando o placeholder
    initPlaceholder();

    // inicializando maskaras para inputs
    initMasks();

   
    //Validacao de formularios
    $('form.validacao').validationEngine();

    //PrettyPhoto
    $("a[rel^='prettyPhoto']").prettyPhoto({
        theme       : 'light_rounded',
        counter_separator_label: 'de'
    });

    //PrettyLoader
    $.prettyLoader({
        animation_speed: 'fast', /* fast/normal/slow/integer */
        bind_to_ajax: true, /* true/false */
        delay: false, /* false OR time in milliseconds (ms) */
        loader: root_path+'/images/prettyLoader/ajax-loader.gif', /* Path to your loader gif */
        offset_top: 13, /* integer */
        offset_left: 10 /* integer */
    });

});
