$j = jQuery.noConflict();

$j(function() {
	$j('.teaserbox').cycle({
		fx:      'scrollRight',
		speed:   500,
		timeout: 4000,
		delay:   0

	});
});

$j(function() {
	$j('.morphingthemebox').cycle({
		fx:      'fade',
		speed:   2000,
		easing:  'bounceout',
		timeout: 2000,
		delay:   0

	});
});

$j(function() {
	$j('.halbmorphingthemebox1').cycle({
		fx:      'scrollDown',
		speed:   500,
		easing:  'bounceout',
		timeout: 4000,
		delay:   0

	});
});

$j(function() {
	$j('.halbmorphingthemebox2').cycle({
		fx:      'scrollDown',
		speed:   500,
		easing:  'bounceout',
		timeout: 4000,
		delay:   100

	});
});

$j(function() {
	$j('.gutschein').cycle({
		fx:      'fade',
		speed:   2000,
		easing:  'bounceout',
		timeout: 2000,
		delay:   0

	});
});

$j(function() {
	$j('.faktorenbox1').cycle({
		fx:      'scrollLeft',
		speed:   1000,
		easing:  'bounceout',
		timeout: 8000,
		delay:   0

	});
});

$j(function() {
	$j('.faktorenbox2').cycle({
		fx:      'scrollLeft',
		speed:   1000,
		easing:  'bounceout',
		timeout: 8000,
		delay:   0

	});
});