jQuery(document).ready(function(){	
	
	$("a[rel^='prettyPhoto']").prettyPhoto({
		social_tools:''	,
		deeplinking: false,
	});

});

