// jQuery pop up

$(document).ready(function(){
 
	$(".slideshowinfo a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "35"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "120"}, "slow");
	});
 
});

$(document).ready(function(){
 
	$(".yazeedinfo a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "35"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "120"}, "slow");
	});
 
});

$(document).ready(function(){
 
	$(".contactinfo a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "35"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "120"}, "slow");
	});
 
});

$(document).ready(function(){
 
	$(".journalinfo a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "89"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "120"}, "slow");
	});
 
});

$(document).ready(function(){
 
	$(".servicesinfo a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "89"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "120"}, "slow");
	});
 
});
