$(function() {
			 $('.btnplay').hover(function() {
				$(this).animate({"height" : "140px"}, 500);
				}, function() {
				$(this).animate({"height" : "120px"}, 500);
				});

});

$(function() {
			 $('.btneat').hover(function() {
				$(this).animate({"height" : "140px"}, 500);
				}, function() {
				$(this).animate({"height" : "120px"}, 500);
				});

});

$(function() {
			 $('.btnstay').hover(function() {
				$(this).animate({"height" : "140px"}, 500);
				}, function() {
				$(this).animate({"height" : "120px"}, 500);
				});

});

$(function() {
			 $('.btnshop').hover(function() {
				$(this).animate({"height" : "140px"}, 500);
				}, function() {
				$(this).animate({"height" : "120px"}, 500);
				});

});



