
$(function () {
	
	$(".lightbox a").fancybox({
	'overlayOpacity' : 0.5,
	'overlayColor' : '#666',
	'frameWidth' : 960
	});
});
