$(document).ready(function(){
						   
	$("area[rel^='prettyPhoto'], a[rel^='prettyPhoto']").prettyPhoto({
		theme:'light_rounded',
		show_title: false,
		social_tools: ''
	});
	
});
