jQuery(function() {
	$("#content a").prettyPhoto({
		theme:'dark_square',
		opacity: 0.40
	});

	$('a').blur();
});

