	$(document).ready(
		function(){
			$('#scroller').innerfade({
				speed: 'slow',
				timeout: 6000,
				type: 'sequence',
				containerheight: '262px'
			});
		}
	);

