﻿$(document).ready(function() {
	$("p.train img").animate(
		{ right: "0px" },
		{ duration: 3000 }
	);
} );
