/* jQuery - Innerfade */

$(document).ready(
	function(){
		$('#slides1').innerfade({
			animationtype: 'fade',
			speed: 'slow',
			timeout: 4000,
			type: 'sequence',
			containerheight: '200px'
		});
		$('#slides2').innerfade({
			animationtype: 'fade',
			speed: 'slow',
			timeout: 4000,
			type: 'sequence',
			containerheight: '200px'
		});
		$('#slides3').innerfade({
			animationtype: 'fade',
			speed: 'slow',
			timeout: 4000,
			type: 'sequence',
			containerheight: '200px'
		});
	}
);
