jQuery(document).ready(function() {

			


			$("a[rel=content_bilder]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'outside',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return'<span id="fancybox-title-outside">'+ (title.length ? '' + title : '') +'</span>';
				}
			});

			$("area.wildpark_imagemap").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'outside',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return'<span id="fancybox-title-over">'+ (title.length ? '' + title : '') +'</span>';
				}
			});



			$("area#hilfe").fancybox({
				'titlePosition'		: 'inside',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
		});
		
					$("a.swfObject").fancybox({
				'titlePosition'		: 'inside',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none'
			});

});

