
var $j = jQuery.noConflict();

/*Cufon.replace('.week_natura a:hover ',
			  {
				 
				  textShadow: '1px 1px #A6D97C',
				  
			  }
			  );




Cufon.replace('.nav li ul a',
			  {  hover: true,
				fontFamily: 'Lobster 1.4'
				}
);


Cufon.replace('h2 a',
			  {  hover: true,
			  textShadow: '1px 1px #214c20',
				fontFamily: 'Lobster 1.4'
				}
);

Cufon.replace('.titolo-footer',
			  {  hover: true,
			  textShadow: '1px 1px #ffffff',
				fontFamily: 'Lobster 1.4'
				}
);

Cufon.replace('h2, .event h3 a, .months .button, .week_natura a',
			  {  hover: true,
			  textShadow: '1px 1px #1f1c1b',
				fontFamily: 'Lobster 1.4'
				}
);

Cufon.replace('.button',
			  {  hover: true,
			  textShadow: '1px 1px #394b03',
				fontFamily: 'Lobster 1.4'
				}
);*/



$j(document).ready(function(){	
			$j("#slider").easySlider({
				auto: true, 
				continuous: true
			});
		

$j("#header").click(function(){
	  window.location=$j(this).find("a").attr("href"); return false;
	});

$j(".contatti-footer").click(function(){
	  window.location=$j(this).find("a").attr("href"); return false;
	});

$j(".single-post .entry img").addClass("picture");








});
