jQuery(document).ready(function(){

	// start Anim Button
	jQuery('#info').delay(1000).animate({'top':426},1400,'elasout');
	
});
