$(function(){
	// prettyPhoto
	$('a[rel^="modal"]').prettyPhoto({
		show_title: false,
		social_tools: false
	});
});
