$(function(){

	// cufon
	Cufon.replace(' h1, h2, h3, .fade li p, legend, blockquote, #callouts');

	// fade in animation (various assets)
	$(".fade li, #photos li, #callouts li a").hover(function(){
		$(this).fadeTo("slow", 0.4);	
	},function(){
		$(this).fadeTo("slow", 1.0); 
	});

});

/* Cufon.replace('h1, h2:not("#product-grid h2"), #sub-nav h5, p.intro, p.price'); */