jQuery.noConflict();

jQuery(document).ready(function($){ 


	// technical support by

	jQuery('#technical_support_by').find('div.item').hide();

	jQuery('#technical_support_by').cycle({
		fx: 'fade', 
		timeout: 6000, 
		speed: 1000,
		autostop: false
	});
	


	// sponsored by
	
	jQuery('#sponsored_by').find('div.item').hide();
	jQuery('#sponsored_by').cycle({
		fx: 'fade', 
		timeout: 6000, 
		speed: 1000,
		autostop: false
	});
	
	
	
	// Startseite
	
	jQuery('#left_column').find('dl.csc-textpic-imagerow').hide();
	
	jQuery('#left_column').find('div.csc-textpic-imagewrap').cycle({
		fx: 'fade', 
		timeout: 8000, 
		speed: 1000,
		autostop: false	
	})

});