$(document).ready(function(){
	$('ul#imageslideshow').innerfade({
		speed: 800,
		timeout: 1000,
		type: 'sequence',
		containerheight: '368px'
		
	});
});

