$(document).ready(function() {

	$(".newsHeader").click(function() {
		$(this).next().slideToggle();
	});

	$(document).pngFix();

      $("#carouselPane").jCarouselLite({
		btnNext: "#bttnScrollRechts",
		btnPrev: "#bttnScrollLinks",
		visible: 3,
		mouseWheel: true,
        auto: 5000,
        speed: 500
	});
});




function showLoginMask() {
    $("#divLoginForm").animate({"top":"-1px"},500);
}