

$(document).ready(
function(){
	$('#slideshow').innerfade({
		speed: 5000,
		timeout: 9000,
		type: 'sequence',
		containerheight: '261px'
	});
}
);


