$(document).ready( function(){
	$('#homepageSlides').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 8000,
		type: 'sequence',
		containerheight: 'auto'
	});
});

$(document).ready( function(){
	$('#sidebarSlides').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 8000,
		type: 'sequence',
		containerheight: 'auto'
	});
});
