window.addEvent('domready', function () {
	$$('a img').each(function (item, index) {
		item.getParent().addClass('image');
	});
});