$(document).ready(function() {
	$('#slideshow').cycle();
	$("#produkte a").colorbox();
});

