$jq(document).ready(function() {							 
	$jq("#servingImagePopUp").mouseover(function() {
		$jq(this).stop().animate({ top: "69px" }, 300);
	});
	$jq("#servingImagePopUp").mouseout(function(){
		$jq(this).stop().animate({ top: "138px" }, 1000);
	});
	$jq("#exServiceImagePopUp").mouseover(function() {
		$jq(this).stop().animate({ top: "69px" }, 300);
	});
	$jq("#exServiceImagePopUp").mouseout(function(){
		$jq(this).stop().animate({ top: "138px" }, 1000);
	});
});
