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