		$(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>';
				}
			});

			$(".promocoes-cadastro").fancybox({
				'width'				: 470,
				'height'			: 700,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});

			$(".compartilhe-botao").fancybox({
				'width'				: 730,
				'height'			: 700,
				'autoScale'			: true,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
		});
