$(function() {
	$('#slideshowImage').innerfade({ 
		speed: 'slow', 
		timeout: 5000, 
		type: 'sequence', 
		containerheight: '310px' 
	}); 	
});