// Cufon bold con ombra testo BIANCA
Cufon.replace('.layered-nav h3, .page-head h3, .page-head-alt h3, .category-head h2, .product-info-box .product-name, .account-nav li a, .account-nav li.on, #wizard h2, .base-mini .head h4, #wizard h5,  .button',
			  {  hover: true });

Cufon.replace('#nav a, .account-nav .head h3',
			  {  hover: true,
			 	 fontWeight: 700
			  });


//var $j = jQuery.noConflict();
// execute your scripts when the DOM is ready. this is a good habit 
$j(document).ready(function(){
							
							
/* $j(".cms-home #slider").easySlider({
		auto: true,
		continuous: true,
		speed: 			800,
		pause:			4000

	}); */
 
//$j('.cms-home #slider ul').innerfade({ speed: 'slow', timeout: 4000, type: 'random', containerheight: '220px' }); 


$j('.listing-type-grid li:last-child').addClass('last');


});

