$(document).ready(function() {
	//$("ul.tabs").tabs("div.panes > div", { effect: 'fade'});
	$(".thumb a").overlay({ 
		target: '#gallery', 
		expose: '#000000'
	}).gallery({ 
		speed: 800,
		opacity:1,
		imgId:'eindeutigeid',
		template: '<strong>${title}</strong> <span>Bild ${index} von ${total}</span>'
	});
	/**///$('h1').fontreplace('textile');
});
