/**
 * @version $Id$
 * @author Viames Marino
 */

jQuery(document).ready(function() {
	
	// attivazione lightbox
	jQuery('.fotogallery a').lightBox();
	
});

