hover problems

hover problems

so i have around 10 of these boxes with pics in them and i also have a X button in the top right corner. heres the code.
  1. <div class="editcar_pics">
  2. <img src="/garage/pics/lambo.jpg" width="175" height="175" >
  3. <div id="editcar_hoverpic">
  4. <img src="/garage/pics/x.png" id="editcar_imagedelete" width="25" height="25" />
  5. </div>
  6. </div> 
I want when you hover over the picture the X will appear. But the problem is  i have when i hover over any of the classes="editcar_pics" the X will appear on all of the pictures. I know there is a way so when you hover over the specfic picture only the X appears on the picture you are hovering on. I have done this before but deleted the code by acident haha.
Thanks