$(document).ready(function(){
	// lightbox
	$("#linee_spec a.open_light").fancybox({ 
		'overlayShow':	true,
		'imageScale': true,
		'overlayOpacity': 0.5
	});
	
	$("div.gallery a").fancybox({ 
		'overlayShow':	true,
		'imageScale': true,
		'overlayOpacity': 0.5
	});
	
	
	//$.localScroll(); // pagina About
	/*
	$("div.scrollable").scrollable({ // pagina Prodotti
		vertical:true, 
		size: 1,
		interval: 4000, // items are auto-scrolled in 2 secnod interval
        loop: false,   // when last item is encountered go back to first item 
        speed: 700, // make animation a little slower than the default 
      	onBeforeSeek: function() { // when seek starts make items little transparent 
	   		this.getItems().fadeTo(300, 0.2);         
		}, 
 
		onSeek: function() { // when seek ends resume items to full transparency 
            this.getItems().fadeTo(300, 1);
       }		
	});	
	
	//$("div#home_slider_prodotti:first").scrollable({loop:true});
	*/
});
