$(function () {
	$('.header_slideshow').cycle({
		fx: 'fade',
		timeout: 6000,
		speed:  2000,
		slideExpr: '.csc-textpic',
		next:   '#next', 
		prev:   '#prev'
	});
});

$(function () {
	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 6000,
		speed:  2000,
		slideExpr: '.slideshow_image'
	});
});

$(function (){
$('.impressionen').after('<ul id="slidenav">').cycle({
    fx:     'fade',
    speed:  'fast',
    timeout: 6000,
	slideExpr:'.csc-textpic-imagerow',
    pager:  '#slidenav',
activePagerClass: 'activeSlide',
     pagerAnchorBuilder: function(idx, slide) { 
					 var src = $(slide).find('dl > dt > img').attr('src');   
                     return '<li><a href="#"><img src="' + src + '" height="40" /></a></li>';
               }
}); 
});

$(function () {
	$('.one_columns_content').cycle({
		fx: 'fade',
		timeout: 6000,
		speed:  2000,
		slideExpr: '.slideshow'
	});
});

$(function () {
	$('.foot_slideshow').cycle({
		fx: 'random',
		random: 1,
		slideExpr: '.slideshow'
	});
});