$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({
		theme: 'light_square',
		modal: false,
		showTitle: false,
		title: false
	});
});

