$(document).ready(function() {
$('#col3 .csc-textpic').cycle({
	fx:'fade',
	slideExpr:'img', 
	timeout:7000,
	speed:3000
	
}); 

    

$('.slideshow .csc-textpic-imagewrap').cycle({
	fx:'fade',
	slideExpr:'img', 
	timeout:7000,
	speed:3000
	
});

var hoehe = $('.slideshow .csc-textpic-imagewrap img').height();
$('.slideshow .csc-textpic-imagewrap').css('height',hoehe);




$("a[rel^='prettyPhoto']").prettyPhoto({
	social_tools:''
});    
});
