// INIT
jQuery('#profile_p_thumbnails').hide();
jQuery('#profile_p_thumbnails_loader').show();
jQuery(function() {
    jQuery('#profile_p_thumbnails').show();
    jQuery('#profile_p_thumbnails_loader').hide();
});


