
/*	jQuery slideshow
============================================================= */

$(document).ready(
	function(){
		$('.carousel ul').innerfade({
			animationtype: 'fade',
			speed: 'slow',
			timeout: 4000,
			type: 'sequence'
		});
	}
);


