// JavaScript Document
$(function () { 
			
		$('#slideshow').innerfade({ speed: 550, timeout: 6000, type: 'sequence', containerheight: '1em' }); 
});
