jQuery(function($) { 
  if($(".fce-visual ul li").length > 1) { 
    $(".fce-visual ul").innerfade({ 
    speed: 2000, 
    timeout: 4000, 
    containerheight: '250px' 
    });
  }
});

