$(document).ready(function() {
    $("a[rel^='prettyPhoto']").prettyPhoto();

    $('#picts').cycle('fade');
});

