function move(px) {
	$('#img2').delay(3000).animate({
		'marginLeft' : px
	},1750);
};
