var disabled;
var data = new Date();

$(document).ready(function() {

    $("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed: "fast", padding: 35, opacity: 0.35, showTitle: true, allowresize: true, counter_separator_label: "/", theme: "light_square"});


});

