
$(function(){
	$('.smo').hover(function(){
			$(this).stop().animate({width:"308px",height:"123px",left:"-15px",top:"-2px"}, 300);
			$(this).attr("src","images/smobig.png");
//			$("#blocksmo em").stop().animate({ opacity:"1",fontSize: "13px"}, "slow");
			$(this).parent().next("em").stop().animate({ color:"#000088"}, {queue:false,duration:500});

		},
		function(){
			$(this).stop().animate({width:"288px",height:"115px",left:"-1px",top:"0"}, 300);
			$(this).attr("src","images/smo.png");
			$(this).parent().next("em").stop().animate({ opacity:"1",top:"42px"}, "slow");
         		$(this).parent().next("em").stop().css("color","black");;
		});

	$('.plama').hover(function(){
			$(this).stop().animate({width:"288px",height:"130px",left:"-17px",top:"-2px"}, 300);
			$(this).attr("src","images/plamabig.png");
			$(this).parent().next("em").stop().animate({ color:"#000088"}, {queue:false,duration:500});
		},
		function(){
			$(this).stop().animate({width:"266px",height:"121px",left:"-1px",top:"0"}, 300);
			$(this).attr("src","images/plama.png");
         		$(this).parent().next("em").stop().css("color","black");;
		});
	$('.other').hover(function(){
			$(this).stop().animate({width:"250px",height:"113px",left:"-17px",top:"-2px"}, 300);
			$(this).attr("src","images/otherbig.png");
			$(this).parent().next("em").stop().animate({ color:"#000088"}, {queue:false,duration:500});

		},
		function(){
			$(this).stop().animate({width:"230px",height:"104px",left:"-1px",top:"0"}, 300);
			$(this).attr("src","images/other.png");
         		$(this).parent().next("em").stop().css("color","black");;
		});
	$('.seo').hover(function(){
			$(this).stop().animate({width:"209px",height:"167px",left:"-5px",top:"-2px"}, 300);
			$(this).attr("src","images/seobig.png");
			$(this).parent().next("em").stop().animate({ color:"#000088"}, {queue:false,duration:500});
		},
		function(){
			$(this).stop().animate({width:"189px",height:"151px",left:"-1px",top:"0"}, 300);
			$(this).attr("src","images/seo.png");
         		$(this).parent().next("em").stop().css("color","black");;
		});
	$('.media').hover(function(){
			$(this).stop().animate({width:"387px",height:"128px",left:"0px",top:"-2px"}, 300);
			$(this).attr("src","images/mediabig.png");
			$(this).parent().next("em").stop().animate({ color:"#000088"}, {queue:false,duration:500});
		},
		function(){
			$(this).stop().animate({width:"367px",height:"121px",left:"-1px",top:"0"}, 300);
			$(this).attr("src","images/media.png");
         		$(this).parent().next("em").stop().css("color","black");;

		});
	$('.audit').hover(function(){
			$(this).stop().animate({width:"219px",height:"116px",left:"0",top:"-2px"}, 300);
			$(this).attr("src","images/auditbig.png");
			$(this).parent().next("em").stop().animate({ color:"#000088"}, {queue:false,duration:500});
		},
		function(){
			$(this).stop().animate({width:"199px",height:"105px",left:"0",top:"0"}, 300);
			$(this).attr("src","images/audit.png");
         		$(this).parent().next("em").stop().css("color","black");;
		});
});
