$(function() {
	$('.thumbnails a:has(img)').attr('rel', 'thumbs').colorbox({opacity:0.6}); // Select all links in an XHTML area with page ID
	$('.post-body a:has(img)').attr('rel', 'postImgs').colorbox({opacity:0.6}); // Select all links in an XHTML area with page ID
});
