$(document).ready( function () {

/*/////////////  fade foto home /////////////////////////////*/
	
	$('.foto').innerfade({
				speed: 'slow',
				timeout: 3000,
				type: 'sequence',
				containerheight: '387px'
			});				
	
/*////////////// tooltip ///////////////////////////////////*/

$('.thmbFloat a').tooltip({
		showURL: false,
		fade: 200,
		left: 20,
		top: 0,
		track: true
	}); 		
	
	
	
/*/////////////// box slide ////////////////////////////*/	
	
$('#boxSlidante').hide();    
    
	$(".selezionamento").click(function(){
		$("#boxSlidante").slideToggle("fast");										
      return false;
 });    
 
 
 	$(".chiudi").click(function(){
		$("#boxSlidante").slideToggle("fast");										
      return false;
 });  
 
  $(function() {
        $('.fotogallery a').lightBox();
        $('.foto-della-news a').lightBox();
    });
   /*
  $("#contenitorePortfolio a.scrollButtons").click(function(e){
        e.preventDefault();
    });*/
 
});



