
// Apertura Document ready*******************************************
// Apertura Document ready*******************************************
// Apertura Document ready*******************************************
$(document).ready(function() { 
// Apertura Document ready*******************************************
// Apertura Document ready*******************************************

$("#slider").easySlider({
  auto: true,
  pause: 5500,
  speed: 1200,
  continuous: true,
  numeric: true
});


// Cufon.replace('h1, h2, #subOpen a, #subClick a', {hover: true});

$('.entry:first').addClass('entryfirst');

$(".expander").each(function(index) {
var $approfondimento = $(this).find("p, .expin"); 
$approfondimento.hide();
  $(this).find("h3").click(function() {
    $approfondimento.slideToggle('6000', function(){
	$(this).prev("h3").toggleClass("close");	
	});
	return false; 
});
});

$(".expander h3").hover(
  function () {
    $(this).addClass("hover");
  }, 
  function () {
    $(this).removeClass("hover");
  }
);






// Chiusura Document ready*******************************************
// Chiusura Document ready*******************************************
// Chiusura Document ready*******************************************
});
// Chiusura Document ready*******************************************
// Chiusura Document ready*******************************************
// Chiusura Document ready*******************************************

