$(function(){

	//$('div.rounded').wrap('<div class="outer"></div>');
	//$("div.rounded").corner("round 8px").parent().css('padding', '5px').corner("round 14px");
	//$('div.buy').corner('round tr');
	$("img.img_tooltip").Tooltip({
		track: true,
		delay: 0,
		showURL: false,
		showBody: " - ",
		opacity: 0.85
	});
});