$(document).ready(function() {
	$('#Map area').each(function(){
	  $(this).mouseover(function(){
	  	$('#menu_hover').css('left',$(this).attr('class')+'px');
	  }).mouseout(function(){
	  	$('#menu_hover').css('left',hover_left+'px');
	  });
	});
	

	$(".tooltip").tooltip({
		track: true,
		delay: 0,
		showURL: false,
		showBody: "- ",
		fade: 250
	});
	
	$('#hizlirentacar').ifixpng();
	$('#menu_hold').ifixpng();
	$('#menu img').ifixpng();
	$('#menu_hover').ifixpng();
	$('#pack1').ifixpng();
	$('#pack1_details img').ifixpng();
	$('#light').ifixpng();
	$('#packs').ifixpng();
	$('.c.bot').ifixpng();
	$('#esinti img').ifixpng();
	$('.details img').ifixpng();
	$('.compare img').ifixpng();
	$('.cen img').ifixpng();
	$('.accordion h3').ifixpng();
	
	if($.browser.msie && $.browser.version < 7){
	$('#menu_hover').css('top','7px');
	$('#packsa').parent().css('margin-left','5px');
	$('#mpacks').css('margin-left','5px');
	$('.i_icon').css('left','-25px');
	}
	
});
$(window).load(function() { 
	$('#loading').hide(); 
	$('#loadafter').html('<br />'+
	  '<img src="'+root+'images/buttons.png" width="686" height="61" alt="." />'+
	  '<img src="'+root+'images/Eco-paket.png" width="216" height="47" alt="." />'+
	  '<img src="'+root+'images/Ultra-paket.png" width="250" height="47" alt="." />'+
	  '<img src="'+root+'images/leftmenu.png" width="280" height="281" alt="." />'+
	  '<img src="'+root+'images/pack1_mid.png" width="208" height="290" alt="." />'+
	  '<img src="'+root+'images/Pro-paket.png" width="210" height="47" alt="." />'+
	  '<img src="'+root+'images/listhead.png" width="210" height="47" alt="." />'); 
});
