﻿// initiate prettyphoto

$(document).ready(function () {
    $("a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'slow', theme: 'facebook' });
});
