//$(document).ready(function(){
/*
        $('#slide_one').cycle({
            fx:    'fadeZoom',
            speed:  3000,
            timeout:  2000,
            pause: 1
        });
  //      });

*/

//var pth = "<?php echo $path; ?>";


   
    $('#slide_one').crossSlide({
  //    speed: 45,
      fade: 1,
      shuffle: true
    }, [
     
   {   src: pth+'slide/sicilia2.jpg',   //dir: 'down',
          from: '20% 60% 0.9x',
          to:   '60% 30% 1.4x',
          time: 5
  }
  ,
    
      { src: pth+'slide/sicilia3.jpg',   //dir: 'down',
          from: '100% 60% 1x',
          to:   '0% 40% 1x',
          time: 5
  
   }  ,
    
      { src: pth+'slide/sicilia5.jpg',   //dir: 'down',
          from: '80% 50% 1.05x',
          to:   '50% 10% 0.88x',
          time: 5
   }  ,
    
      { src: pth+'slide/sicilia6.jpg',   //dir: 'down',
          from: '60% 60% 1.1x',
          to:   '40% 40% 0.8x',
          time: 5
   }  ,
      { src: pth+'slide/sicilia8.jpg',   //dir: 'down',
          from: '60% 50% 1.4x',
          to:   '40% 90% 1x',
          time: 5
  },
    

      { src: pth+'slide/sicilia9.jpg',   //dir: 'down',
          from: '60% 60% 1x',
          to:   '30% 50% 0.86x',
          time: 5

   }  ,
      { src: pth+'slide/sicilia10.jpg',   //dir: 'down',
          from: '20% 60% 1x',
          to:   '100% 60% 0.6x',
          time: 5
   }  ,
      { src: pth+'slide/sicilia11.jpg',   //dir: 'down',
          from: '58% 75% 1.4x',
          to:   '70% 35% 1x',
          time: 5
   } 
    ]);
 // });


/*
        $('#menu img').hover(function() {
           if ($(this).css('width') == '25px') {
            $(this).animate(
             {
                'width':'40',
                'height': '32'
             });
           }
        },function() {
            $(this).animate(
            {
                'width':'25',
                'height': '19'
            });
        });
*/
$(function() {

	$('#cornicefoto1 a').lightBox( {
//overlayBgColor: '#FFF',
	overlayOpacity: 0.6,
	containerResizeSpeed: 850,
	txtImage: 'Immagine',
	txtOf: 'di'
    }); // Select all links in the page
	
});

$('#cornicefoto1 img').hover(
function() {
    var alt = $(this).attr('alt');
    $('#descript').html(alt);

}
);

$(function() {

	$('#cornicefoto2 a').lightBox( {
//overlayBgColor: '#FFF',
	overlayOpacity: 0.6,
	containerResizeSpeed: 850,
	txtImage: 'Immagine',
	txtOf: 'di'
    }); // Select all links in the page

});

$('#cornicefoto2 img').hover(
function() {
    var alt = $(this).attr('alt');
    $('#descript2').html(alt);
}
);

$(function() {

	$('#cornicefoto3 a').lightBox( {
	overlayOpacity: 0.6,
	containerResizeSpeed: 850,
	txtImage: 'Immagine',
	txtOf: 'di'
    }); // Select all links in the page

});

$('#cornicefoto3 img').hover(
function() {
    var alt = $(this).attr('alt');
    $('#descript').html(alt);

}
);






