Okay, thanks!
Edit: Nooo! I have another problem now
If you view the page, I tried the whole first set using your table and original code combined, but it doesn't change the image. The whole code looks like:
<table><tbody><tr><td><div class="horse-container">
<div class="horse-content">Collectots: n/a</div>
</div><style>.horse-container { background-image:url('http://i61.tinypic.com/b8wo47.png'); height: 200px; width: 150px;}
.horse-content { background-color: rgba(255,255,255, 0.5); height: 180px; width: 130px; padding: 10px; border-radius: 25px; opacity: 0; }
.horse-container:hover .horse-content { opacity: 1; }</style></td><td><div class="horse-container">
<div class="horse-content">Collectots: n/a</div>
</div><style>.horse-container { background-image:url('http://i62.tinypic.com/2aglnkl.png'); height: 200px; width: 150px;}
.horse-content { background-color: rgba(255,255,255, 0.5); height: 180px; width: 130px; padding: 10px; border-radius: 25px; opacity: 0; }
.horse-container:hover .horse-content { opacity: 1; }</style></td><td><div class="horse-container">
<div class="horse-content">Collectots: n/a</div>
</div><style>.horse-container { background-image:url('http://i58.tinypic.com/27ypbg5.png'); height: 200px; width: 150px;}
.horse-content { background-color: rgba(255,255,255, 0.5); height: 180px; width: 130px; padding: 10px; border-radius: 25px; opacity: 0; }
.horse-container:hover .horse-content { opacity: 1; }</style></td><td><div class="horse-container">
<div class="horse-content">Collectots: n/a</div>
</div><style>.horse-container { background-image:url('http://i59.tinypic.com/2cr3jg7.png'); height: 200px; width: 150px;}
.horse-content { background-color: rgba(255,255,255, 0.5); height: 180px; width: 130px; padding: 10px; border-radius: 25px; opacity: 0; }
.horse-container:hover .horse-content { opacity: 1; }</style></td></tr></tbody></table>
I did that for the top row, and as you can see none of the images are correct(it's supposed to look like the line of images below it) :/
Edit again: It is changing them to whatever the LAST photo I have coded. So right now it's the last group with the cup on the card, so it changes all of the cards with your code to that image as that is the last one with the code applied to it.