$(document).ready(function(){$(".wrap div").hover(function() {	$(this).animate({"top": "-300px"}, 400, "swing");},function() {	$(this).stop(true,false).animate({"top": "0px"}, 400, "swing");});});
