$(document).ready(function() {

//	$("img", ".flavor").hover(function(){
//		$(this).animate({width: '350px', height: '350px'}, 400);
//	},function(){
//		$(this).animate({width: '100px', height: '100px'}, 400);
//	});

	$("img", ".flavor").hover(function()){
		$(this).removeClass('zoom');
	});


});