
/* - customJS.js - */
// http://www.koni-hallenbarter.ch/portal_javascripts/customJS.js?original=1
jQuery(document).ready(function(){jQuery('#slideshow-main').cycle({next:'#button-next',prev:'#button-prev'});jQuery(".close-content").click(function(){jQuery("#region-content").hide("slow");jQuery("#button-next").css("z-index","26");jQuery("#button-prev").css("z-index","26")})});

