$(document).ready(function() {
	$('a.lightbox').fancybox({
		'type' : 'image'
	});
});

