$(document).ready(
    function()
    {
        $("a[rel^='prettyPhoto']").prettyPhoto({theme: 'facebook',default_width: 650, default_height: 366});
    }
);
/* light_rounded / dark_rounded / light_square / dark_square / facebook */
