// jQuery scripts
$(document).ready(function(){

	$('ul#innerSlideshow').innerfade({
		speed: 2000,
		timeout: 4000,
		containerheight: '440px'
	});

});


