$(function(){
	$('#wrapper.front .ngg-gallery-thumbnail img').unwrap();
	$('#wrapper.front .ngg-galleryoverview').cycle({
		random: true
	});
	$('#wrapper.page .ngg-galleryoverview').before('<a class="backlink" href="javascript:history.back();">zur&uuml;ck</a>');
	$("a[href$=.jpg],a[href$=.png],a[href$=.gif]").fancybox({
		'transitionIn'	:	'easeOutBounce',
		'transitionOut'	:	'easeOutBounce',
		'speedIn'		:	300, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'autoScale'		:	true,
		'overlayOpacity':	1,
		'overlayColor'	:	'#000',
		'titlePosition'	:	'over',
		'cyclic'		:	true,
		'onComplete'	:	function() {
			$("#fancybox-wrap").hover(function() {
				$("#fancybox-title").show('fade',500);
			}, function() {
				$("#fancybox-title").hide('fade',300);
			});
		}
	});
	$('a.backlink:not(:first)').hide();
});
