$(function(){
/*
	$("#main").hover(
		function () {
			$(this).animate({"zoom":"110%"}, 100);
		}, 
		function () {
			$(this).animate({"zoom":"100%"}, 100);
		}
	);
*/
});

