$(document).ready(
  function(){
    $('#home-gallery').innerfade({
      speed: 1000,
      timeout: 7000,
      type: 'sequence',
      containerheight: '264px'
  });
});