//<![CDATA[ 
$(function() {
	// ---------------------------------------------------------------------------
	// SLIDESHOW
	// ---------------------------------------------------------------------------
	 $('ul.slideshow').innerfade({
		speed: 1000,
		timeout: 8000,
		type: 'sequence',
		containerheight: '210px',
		containerwidth: '958px',
		animationSpeed: 10000,
		animationtype: 'fade',
		bgFrame: 'none',
		controlBox: 'yes',
		displayTitle: 'none'
	});
	
});
//]]>

