jQuery(function($) { 
  if($("#slideshow_content ul li").length > 1) { 
    $("#slideshow_content ul").innerfade({ 
    speed: 2000, 
    timeout: 4000, 
    containerheight: '323px' 
    });
  }
});
