$(document).ready( 
    function(){ 
     $('#slide-show1').innerfade({ 
      animationtype: 'fade', 
      speed: 4000, //1500, 
      timeout: 8000, //3000, 
      type: 'sequence', 
      containerheight: '1em' 
     }); 
});
