$(document).ready(function(){	
	$(".one",this).animate({top:50}, 2000, "swing");
});
