
$(document).ready(function(){
	
	$('.billede_stor').fancybox({
		'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">' + title + '</span>';
		}
	});

});

