$(document).ready(function(){
	
	 if (jQuery('#teaserimg').length > 0) {
				 jQuery('#teaserimg').cycle({ 
					  fx: 'scrollHorz',
					  speed: 750,
					  timeout: 4000, 
					  randomizeEffects: false, 
					  easing: 'easeOutCubic',
					  next:   '.cyclenext', 
					  prev:   '.cycleprev',
					  pager:  '#cyclewrapnav',
					  cleartypeNoBg: true
				 });
			}
			
			$(".cyclenav").hide();
			

			
			$("#cyclewrapnav").css("margin-left","-"+$("#cyclewrapnav").width()/2+"px");

	$("#teaserimg li").click(function(){

	   window.location.href = "./?NR=" + $(this).attr("id");	

	});
			
		
});

		
