$(document).ready(function() {

	$("a.picture").fancybox({
		'type' : 'image'
	});
	
});
