jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
    	wrap: 'circular',
		scroll: 6
    });
	
	/* Die Tabellen bekommen ein Zebralayout */
	 $("tr:nth-child(odd)").addClass("odd");
});


