$(document).ready(function(){
        $("a[rel^='prettyPhoto']").prettyPhoto({
                theme: "facebook",slideshow:5000, autoplay_slideshow:true, overlay_gallery: false
        });
});

