		jQuery(function(){
			$('.enlarge').tooltip({
			
				delay: 0,
				showURL: false,
				bodyHandler: function() {
					return $("<img/>").attr("src", $(this).attr('rel'));
				}
			});

		});