$(document).ready(function(){	
  
  Cufon.replace('.gillReplaceLight', { fontFamily: 'Gill Sans Std' });
  Cufon.replace('.gillReplace', { fontFamily: 'Gill Sans' });
  Cufon.replace('h1', { fontFamily: 'Gill Sans' });
	
	$("ul.productListing li").click(function() {
		$(this).find("span").slideToggle(); 
	});
	
	$("#slider").easySlider();
	  
});
