window.addEvent('domready',function(){
  $$("#reflect img").reflect({height:0.2, opacity:0.4});
  $$(".reflect img").reflect({height:0.2, opacity:0.4});
});