$(document).ready(function() {
	
	$("#slider").easySlider({
		auto: true, 
		continuous: true
	});
	
	
	$('.csc-textpic-imagewrap a').lightBox();
		
	$(".hintergrund_1").addClass("hintergrund");

$('.buttonpic span').click(function () { 
     var wert = $(this).attr("id")-1;
     var wertdata = $(this).attr("id");
     
     var werthintergrund = $(this).attr("id");
     $('.bilderdaten').hide();
     $('#bild_'+wert).show();
     
     $('.buttonpic span').removeClass("hintergrund");
     
     $(".hintergrund_"+wertdata).addClass("hintergrund");
});




$('.bilderdaten').hide();
$('#bild_0').show();



$('#bildbox a').lightBox();
});	




