$(document).ready(function(){				   
	$("#slider_to_center").easySlider({
		prevText: '',
		nextText: '',
		controlsShow: false,
		prevId: 'slider_to_left',
		nextId: 'slider_to_right',
		auto: true,
		continuous: true,
		speed: 250,
		pause: 3000
	});

	
	$(document).ready(function(){
		$('a.lightbox').lightBox();
		
		//form
		//$("form .input_pflich").each()
	});
	
	$("#slider_to_left a").focus(function() {
		this.blur();
	});
	
	$("#slider_to_right a").focus(function() {
		this.blur();
	});
	

	
});	