$(document).ready(function () {
	$('#header_change').cycle({ 
	    fx:     'fade', 
	    speed:  '1000',
	    timeout: 35000,
		pager: $('#header_select')
	  
	  
	});
	$('#header_select a').each(function(el, id){
		$(id).text('')
	})
	
	
$(function(){
$.superbox.settings = {
	boxId: "superbox", // Id attribute of the "superbox" element
	boxClasses: "", // Class of the "superbox" element
	overlayOpacity: .8, // Background opaqueness
	
	loadTxt: "...", // Loading text
	closeTxt: "schliessen", // "Close" button text
	prevTxt: "weiter", // "Previous" button text
	nextTxt: "zur&uml;ck" // "Next" button text
};
$.superbox();
});

})
