window.addEvent('domready', function() {
   $('leftCol').getElements('img').each(function(el) {
      el.addClass('instant itiltnone');
   });
});