$(document).ready(function() {
	$("a[rel='sak']").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayOpacity'	: 0.5,
		'titlePosition' 	: 'inside'
		//'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
		//	return '<span id="fancybox-title-over">' + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		//}
	});
});

