try to use the marquee tag for moving the images . Consider the following example
<marquee height=20 width=100% align=left direction=right scrolldelay="250" bgcolor="#C0C0C0"><font color=red></font></marquee>
Use the below code
<marquee height=20 width=100% align=left direction=left scrolldelay="250" bgcolor="#C0C0C0"><font color=red>insert your image here
</font></marquee>
and your job is done
try to use the marquee tag for moving the images . Consider the following example
<marquee height=20 width=100% align=left direction=right scrolldelay="250" bgcolor="#C0C0C0"><font color=red></font></marquee>