﻿jQuery(document).ready(function () {
    jQuery('#mycarousel').jcarousel({
        easing: 'BounceEaseOut',
        animation: 1350
    });
    $.featureList(
		$("#tabs li"),
		$("#output li"), {
		    start_item: 0
		}
	);
});

$(document).ready(function () {
    $('ul.konseptlist li:nth-child(4n+0)').css({ 'float': 'left', 'margin-right': '0' });
});
