$(document).ready(function()

{ 
				

	$('.scroll').innerfade({
					speed: 'slow',
					timeout: 8000,
					type: 'sequence',
					containerwidth: '597px',
					containerheight: '282px'
				});
			});
