window.addEvent('domready', function() {
	$$('ul.gallery').setStyle('opacity', 0.9);
// Chiusura del DOMREADY
});