jQuery(function() {
	// override Highslide settings here
	// instead of editing the highslide.js file
	hs.showCredits = false;
	hs.graphicsDir = 'fileadmin/js/highslide/graphics/';
	
	// Setup Lightbox
    jQuery('.csc-textpic-imagewrap a:not(.highslide)').lightBox();
    jQuery('.lightbox').lightBox();
});


