jQuery(document).ready(function()
 {
  jQuery(function (){
	jQuery("#shopBox2").hover(function(){
	jQuery("#shopBox2").stop(true, false).animate({height:"349px",width:"449px"},"medium");
	jQuery("#btn2").fadeOut();
	},function(){
	jQuery("#shopBox2").stop(true, false).animate({height:"26px",width:"173px"},"medium");
	jQuery("#btn2").fadeIn();
	},500);
});
});

jQuery(document).ready(function()
 {
  jQuery(function (){
	jQuery("#shopBox3").hover(function(){
	jQuery("#shopBox3").stop(true, false).animate({height:"349px",width:"449px"},"medium");
	jQuery("#btn3").fadeOut();
	},function(){
	jQuery("#shopBox3").stop(true, false).animate({height:"26px",width:"173px"},"medium");
	jQuery("#btn3").fadeIn();
	},500);
});
});

jQuery(document).ready(function()
 {
  jQuery(function (){
	jQuery("#shopBox4").hover(function(){
	jQuery("#shopBox4").stop(true, false).animate({height:"186px",width:"288px"},"medium");
	jQuery("#btn4").fadeOut();
	},function(){
	jQuery("#shopBox4").stop(true, false).animate({height:"192px",width:"26px"},"medium");
	jQuery("#btn4").fadeIn();
	},500);
});
});
