$(document).ready(function() {
/*
*   Examples - images
*/

$("a[rel=fahrraeder]").fancybox({
	'transitionIn'		: 'elastic',
	'transitionOut'		: 'elastic',
	'titlePosition' 	: 'over',
	'overlayOpacity'	: 0.6,
	'overlayColor'  	: '#000',
	'centerOnScroll'	: true,
	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
		return '<span id="fancybox-title-over">(' + (currentIndex + 1) + '/' + currentArray.length + ')' + (title.length ? ' &nbsp; ' + title : '') + '</span>';
	}
});


});
