Hello,
I see the section on the right sidebar of your site where you say the thumbnails should be displayed. The only thing I notice when looking at the site's source code is that the images do not actually work, even when you directly go to the link you are using in the HTML:
Code:
<img src="http://westpasco-fl.communitychatterbox.com/wp-content/blogs.dir/2/files/easter-decor/thumbs/thumbs_fotolia_12869843.jpg" width="85" height="85" title="easter wreath" alt="easter wreath" />
<img src="http://westpasco-fl.communitychatterbox.com/wp-content/blogs.dir/2/files/easter-decor/thumbs/thumbs_fotolia_21146233.jpg" width="85" height="85" title="Golden easter eggs" alt="Golden easter eggs" />
<img src="http://westpasco-fl.communitychatterbox.com/wp-content/blogs.dir/2/files/easter-decor/thumbs/thumbs_fotolia_6422286.jpg" width="85" height="85" title="Hand painted easter eggs." alt="Hand painted easter eggs." />
<img src="http://westpasco-fl.communitychatterbox.com/wp-content/blogs.dir/2/files/around-community/thumbs/thumbs_fotolia_22890011.jpg" width="85" height="85" title="portrait of a female pharmacist at pharmacy" alt="portrait of a female pharmacist at pharmacy" />
When you copy and paste those links to the images in a browser, the files are not found. Are these the correct paths to the files?