$(document).ready(function(){
    $(".gallery:not([id='refgallery']) a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'slow',slideshow:2000});
    $("a[rel^='prettyPhoto']").prettyPhoto({
        animationSpeed:'slow',
        slideshow:2000,
        autoplay: true
    });
    $("a[rel^='lightbox']").prettyPhoto({animationSpeed:'slow',slideshow:2000});

    $("a[rel^='prettyMap']").prettyPhoto({
        default_width: 800,
        default_height: 600,
        show_title: false,
        theme: 'facebook'
    });

//    $("#refgallery a[rel^='refPhoto']").prettyPhoto({
//        animationSpeed:'slow',
//        slideshow:2500,
//        autoplay_slideshow: true,
//        autoplay: true
//    });

    $("a[rel^='refPhoto']").prettyPhoto({
        animationSpeed:'slow',
        slideshow:5000,
        autoplay_slideshow: true,
        autoplay: true,
        allow_resize: true,
//        default_width: 400,
        default_height: 600,
        theme: 'facebook', /* light_rounded / dark_rounded / light_square / dark_square / facebook */
        overlay_gallery: true /* If set to true, a gallery will overlay the fullscreen image on mouse over */
    });
});
