$(document).ready(function()
{	


	$('#tx-sremailsubscribe-pi1-email').focus(function() {
		$('#tx-sremailsubscribe-pi1-email-label').fadeOut();
	});
	

/*	$('#projects-cycle').cycle({
		fx:     'scrollLeft',
		speed:  '1100',
		timeout: '7000',
		cleartype:  true,
	    cleartypeNoBg:  true
	});
*/

	$('#projects-cycle div.csc-default').hide();
	$('#projects-cycle').randomChild().show();
	
	$('#box-dienstleistungen-cycle').cycle({
		fx:     'scrollLeft',
		speed:  '1100',
		timeout: '7000',
		cleartype:  true,
		cleartypeNoBg:  true
	});
	
	$('#header-text-cycle').cycle({
		fx:     'scrollUp',
		speed:  '1100',
		timeout: '7000',
		cleartype:  true,
	    cleartypeNoBg:  true
	});

	$('blockquote > p:nth-child(1)').addClass('first-child');
	
	
}
);