$(document).ready(function() {
	jQuery(document).pngFix();
	jQuery("div.photo_menu").hover(
		function(){jQuery("img",this).animate({bottom:"-153"}, 300);},function(){jQuery("img",this).animate({bottom:"0"}, 300);
	})
	jQuery("div.photo_menu_text").hover(
		function(){jQuery("img",this).animate({bottom:"-153"}, 300);},function(){jQuery("img",this).animate({bottom:"0"}, 300);
	})
		//function(){jQuery("p",this).animate({top:"-153"}, 300);},function(){jQuery("p",this).animate({top:"0"}, 300);
});