jQuery(document).ready(function($){
	// SLIDESHOW
	$("#slideshow").innerfade({
		animationtype: 'fade',
		speed: 'normal',
		timeout: '3000',
		type: 'sequence',
		containerheight: '341px'
	});
});
