$(function(){

	jQuery(document).ready(function(){  
	  jQuery('.parallax-layer').parallax({
			mouseport:jQuery("#parallax"),frameDuration:'10'}, {}, {yparallax:'false'},{});

	});

	$(function() {
			$( "#percorso" ).tabs();
				});
//slide
// http://djpate.com/2011/01/01/animated-scrollto-effect-jquery-plugin/

						$(document).ready(function(){
							$("#progetto-menu").click(function(){
								$("#percorso").slideto({highlight_color: 'blue',highlight_duration: 2500,slide_duration: "slow"});
							});
							
							$("#contatti-menu").click(function(){
								$("#ft").slideto({highlight_color: 'blue',highlight_duration: 2500,slide_duration: "slow"});
							});
						});
});


