$(function() {
	$('.gallery dl dt a').attr({
		rel: 'fancybox',
		title: ''
	}).fancybox({
		overlayOpacity: 0.8
	});
});
