$(document).ready(function(){
         $('.contact a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 200);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 200);});
});

$(document).ready(function(){
         $('.about a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 200);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 200);});
});

$(document).ready(function(){
         $('.home a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 200);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 200);});
});

$(document).ready(function(){
         $('.price a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.blog a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.clientlist a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.eq_top a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.link a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.floor a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.map a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.twitter a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});

$(document).ready(function(){
         $('.facebook a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 400);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 400);});
});
