jQuery(function(){
	$("a[rel='lightbox']").fancybox({
		overlayOpacity:0.9,
		showCloseButton: false,
		padding:5
	});
});
