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