$(document).ready(function() {
	$("a[rel=slidepic]").fancybox({

		//'titlePosition' 	: 'over',
		'titlePosition'	: 'outside',
		'overlayColor'		: '#000',
		'overlayOpacity'	: 0.65,
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over"><span class="bold">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' </span> &nbsp; ' + title : '') + '</span>';
		}
	});

	$("a#formOverlay").fancybox({

	    'width'			: 550,
	    'height'			: 500,
	    'overlayOpacity'	:  '0.65',
	    'overlayColor'		:  '#000',
	    'hideOnContentClick'	:   false,
	    'autoScale'		:   false,
	    'type'			:   'iframe'

	});

    /*$(".lbpModal").fancybox({

        'transitionIn'		: 'none',
		'transitionOut'		: 'none'

	});*/

});



