$(document).ready(function() {
    $('.prettyPhoto a[rel^="prettyPhoto"]').prettyPhoto({
        animation_speed: 'normal',
        theme: 'light_square',
        slideshow: 7000,
        autoplay_slideshow: true,
        social_tools: false
    });
})
