i haven't tinkered with any of my code, so i am baffled. on the left side all my pets display, but on the right, they are reduced down to 10 only. i've been trying to fight with this since last night with no success.
I'm not sure if it's related to your problem, but I looked at the CSS of your user profile and noticed that "pet_11 img" is listed twice:
img { height:0px !important; width:65px !important; padding-bottom:65px; background-image:url(http://img.subeta.net/pets/neela_chibi.png); background-size:65px 65px; }
img { height:0px !important; width:65px !important; padding-bottom:65px; background-image:url(http://img.subeta.net/pets/neela_chibi.png); background-size:65px 65px; }
img { height:0px !important; width:65px !important; padding-bottom:65px; background-image:url(http://i.imgur.com/Yzn6kES.png); background-size:65px 65px; }
img { height:0px !important; width:65px !important; padding-bottom:65px; background-image:url(http://i.imgur.com/UsQUQsD.png); background-size:65px 65px; }
You could try removing the duplicate and see what happens. Still, I can't explain why it would only cause problems on the right side of your profile.
Edit: nevermind, it looks like the problem has already been resolved. I can see more than 10 pets in the right column of your profile now.