$(document).ready(function(){
	$(".info div.car").simpletip({
		onBeforeShow: function(){
			this.update(this.getParent().children(".hidden_info").html());
		},
		fixed: true,
		offset: [-20, -70]
	});
	$('.map img').ifixpng();
});
