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