// JavaScript Document

$(function(){
	$('#slideshow').innerfade({
		speed: 1500,		//sets the speed of the transition
		timeout: 5000,		//sets the duration of each slide
		type: 'sequence',	//set to 'random' for randomized slides or 'sequence' for slides in alpha order.
		containerheight: '505px'
	});
});
