window.addEvent('domready', function(){
    ReMooz.assign('#thumbnails a', {
           centered: true, // Zoom the center of the screen
           origin: 'img', // Take the image inside as origin for the zooming element
           opacityTitle: 0.5
       }); 
});
