$(document).ready( function() 
{
	$("a[rel^='prettyPhoto']").prettyPhoto({
		showTitle: true, // true/false
		allowresize: true, // true/false
		theme: "facebook" // light_rounded / dark_rounded / light_square / dark_square / facebook
	});
});
