$(document).ready(function(){
 
 	$(".usa a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", left: "20"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", left: "30"}, "fast");
	});
 
	$(".us-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", left: "76"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", left: "86"}, "fast");
	});
	
	$(".srilanka a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-172"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-180"}, "fast");
	});
	
	$(".srilanka-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-170"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-180"}, "fast");
	});
	
	$(".india a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", left: "20"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", left: "30"}, "fast");
	});
	
	$(".india-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", left: "36"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", left: "32"}, "fast");
	});
	
	$(".uk a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "22"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "40"}, "fast");
	});
	
	$(".uk-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "22"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "40"}, "fast");
	});
	
	$(".amsterdan a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "20"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "30"}, "fast");
	});
	
	$(".amsterdan-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "20"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "36"}, "fast");
	});
	
	$(".germany a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", left: "18"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", left: "28"}, "fast");
	});
	
	$(".germany-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", left: "52"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", left: "62"}, "fast");
	});	
	
	$(".budapest a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "14"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "30"}, "fast");
	});
	
	$(".budapest-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "14"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "26"}, "fast");
	});
	
	$(".singapore a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-192"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-200"}, "fast");
	});
	
	$(".singapore-large a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-186"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-196"}, "fast");
	});
	

});
	 
	 
	 

