jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slideshow').innerfade({
				animationtype: 'fade',
				speed: 2000,
				timeout: 3000,
				type: 'sequence',
				containerheight: '258px'
			});
			
		}
);


