         $(document).ready(function(){
           $("a[rel^='prettyPhoto']").prettyPhoto({
             animationSpeed:'slow',
             theme: 'facebook', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
             slideshow: 3000,
             autoplay_slideshow: false
           });
         });

