jQuery(document).ready(function(){
	//slideshow
	jQuery('.slideshow').innerfade({ 
			speed: 'slow',
			timeout: 6500, 
			type: 'sequence',
			containerwidth : '840px',
			containerHeight : '300px'
		});
					   		

});
