		$(document).ready(function() {

			/*
			*   Examples - various
			*/

			$("a[rel=sessoes-galerias-thumbs]").fancybox({
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-over"><span style="color: #ccc;">Imagem ' + (currentIndex + 1) + ' de ' + currentArray.length + (title.length ? '</span> &nbsp;  ' + title : '') + '</span>';
				}
			});

			$("a.sigaleitura-maior").fancybox({
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
			});
		});
