 $(document).ready(function() {
         $("#tools").accordion();
         $(".trigger").each(function(){
          $(this).hover(function(){
            $(this).find("img.spot").animate({'width':'220px'},('fast'));
           }, function () {
                    var cssObj = {
                       'width':'202px'
                    }
                    $(this).find("img.spot").animate(cssObj);
           });
         });

          /*  $(".trigger1").click(function(){
             $("img.spot1").fadeOut('slow');
             $(".video1").show('slow', function(){
                $(this).html('<object width="300" height="248"><param name="movie" value="http://www.youtube.com/v/74aXf-yFoBU&hl=it&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/74aXf-yFoBU&hl=it&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="248"></embed></object>');
             $(this).removeClass('video1');
            });
         });


         $(".trigger2").hover(function(){
            $("img.spot2").animate({'width':'220px'},('slow'));

            }, function () {
                    var cssObj = {
                       'width':'202px'
                    }
                    $("img.spot2").animate(cssObj);
           });
           $(".trigger2").click(function(){
            $("img.spot2").fadeOut('slow');
            $(".video2").show('slow', function(){
                $(this).html('<object width="300" height="248"><param name="movie" value="http://www.youtube.com/v/qV6ctnqRX6s&hl=it&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qV6ctnqRX6s&hl=it&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="300" height="248"></embed></object>');
             $(this).removeClass('video2');
            });
         }); */







  });
$(document).ready(function(){
    $("#bnghome").easySlider({
        auto: true,
        continuous: true,
		controlsShow:	false,
    	prevText: 		'< Indietro',
    	nextText: 		'Avanti >'
    });
});
