// JavaScript Document
window.addEvent('domready',function(){
	Lightbox.init({	
		descriptions: true,
		showControls: true,
		showNumbers: false,
		opacity: 0.9
	});
});

