
	$(document).ready(
		function(){

			$('#slides').innerfade({
				speed: 'slow',
				timeout: 5000,
				type: 'sequence',
				containerheight: '243px'
			});
			

		}
	);

