
$(document).ready(function() {
	$("#commentForm").validate();
});

$(function() {
	$('.csc-textpic-image div a').lightBox();
});

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel();
});


$(document).ready(function() {
	$("#hinweis").fadeIn("slow");
});	

$("#hinweis").click(function() {
	$("#hinweis").fadeOut("slow");
});

