HELV.$(document).ready(function() {
	
	HELV.$('#cycle > span').removeClass('hidden');
	
	HELV.$('#cycle').innerfade({
		animationtype: 'fade',
		speed: 'slow',
		timeout: 14000,
		type: 'sequence',
		containerheight: '365px'
	});
});
