$(document).ready(function() {
	/*$(".frame img.small_thumb").each(function() {
		$(this).jHelperTip({  
			trigger: "click", 
			//source: "attribute", 
			//attrName: "descr", 
			dC: "#link"+$(this).attr("id"),
			opacity: 0.8, 
			autoClose:true
		});  
	});
	
	$('.frame a.lightbox_thumb').prettyPhoto();*/
	
});
