jQuery(document).ready(
  function(){    
    jQuery('ul#banner_slideshow').innerfade({
    	speed: 1000,
    	timeout: 7000,
    	type: 'sequence',
    	containerheight: '217px',
    	containerwidth: '599px'
    });
});

