$(document).ready(function(){

	$(".service-popup1 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "100"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "115"}, "fast");
	});

	$(".service-popup2 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "100"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "115"}, "fast");
	});

	$(".service-popup3 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "100"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "115"}, "fast");
	});

	$(".service-popup4 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "100"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "115"}, "fast");
	});

	$(".service-popup5 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "100"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "115"}, "fast");
	});

	$(".service-popup6 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "-200"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "-215"}, "fast");
	});

	$(".service-popup7 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "-200"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "-215"}, "fast");
	});

	$(".service-popup8 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "-200"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "-215"}, "fast");
	});

	$(".service-popup9 a").hover(function() {
		$(this).next("div").stop(true, true).animate({opacity: "show", left: "-200"}, "slow");
			}, function() {
		$(this).next("div").animate({opacity: "hide", left: "-215"}, "fast");
	});

});


