click on one of the supersize links and you will get an popup with ugly scrollbars because the window is too small for the image.
example
auction - PhotoPost Classifieds
I replaced this
$width = $image_stats[0];
$height = $image_stats[1];
by this
$width = $image_stats[0]+15;
$height = $image_stats[1]+15;
and the scrollbars are gone:
http://www.rennrad-news.de/rennrad-m...a-carbon&cat=1
Perhaps you can modify this in the ppc-code.