Hey,

I'm having trouble trying to center the images on my category/product listing pages.

This is what the code looks like in my main stylesheet:

#categoryImgListing {}
.categoryImg{ float:left; padding:0; border:1px solid #eaeaea; width:100px; height:100px; overflow:hidden;}
.categoryImg img{ width:100px; height:100px;}

I've tried doing a bunch of things already but nothing has taken effect.

Am I looking in the right place?

Thanks!