/***********************************************

* Step Carousel Viewer script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)

* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts

* This notice must stay intact for legal use

***********************************************/





stepcarousel.setup({

	galleryid: 'box_sugg', //id of carousel DIV

	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs

	panelclass: 'box_scorrevole', //class of panel DIVs each holding content

	autostep: {enable:true, moveby:1, pause:8000},

	panelbehavior: {speed:800, wraparound:false, persist:true},

	defaultbuttons: {enable: true, moveby: 1, leftnav: ['http://www.masciaferri.net/style/css/grafica/sugg_dietro.gif', 5, 115], rightnav: ['http://www.masciaferri.net/style/css/grafica/sugg_avanti.gif', -28, 116]},

	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels

	contenttype: ['inline'] //content setting ['inline'] or ['external', 'path_to_external_file']

})

$(function(){ 
  // Document is ready 


    $("#foto_home").hover( 
      function () { 
        $(this).attr("src","style/css/grafica/foto_2.gif"); 
      },  
      function () { 
        $(this).attr("src","style/css/grafica/foto_1.gif"); 
      } 
    ); 

});
