﻿
$(document).ready(function () {
    // PRETTY PHOTO INIT
//    $("a[rel^='prettyPhoto']").prettyPhoto();
    $("a[rel^='prettyPhoto']").prettyPhoto({ theme: 'facebook', slideshow: 5000, autoplay_slideshow: false });
});

