/**
 * Inizializzazioni x il sito www.coromonteverdi.it
 */


$(document).ready(function() {initMenus();});
$(function() { $('.gallery a').lightBox(); });

$(document).ready(
	function() {
	$('ul#sponsor').innerfade({
		speed: 1000,
		timeout: 3500,
		type: 'sequence',
		containerheight: '80px'
	});
});
