$(document).ready(
	function(){
		$('ul#heroBanner').innerfade({
			speed: 700,
			timeout: 4000,
			type: 'sequence',
			containerheight: '262px'
		});
});