// --- Members Slideshow

$(document).ready(
		function(){

			$('#slideshow').innerfade({
                                animationtype: 'fade',
				speed: 'slow',
				timeout: '4000',
				type: 'sequence',
				containerheight: '212px'
			});
		}
	);
	
// --- Public Features Slideshow
	
$(document).ready(
		function(){

			$('#features').innerfade({
                                animationtype: 'fade',
				speed: 'slow',
				timeout: '4000',
				type: 'sequence',
				containerheight: '319px'
			});
		}
	);	