
$(document).ready(function() {
			$("#txtlink").click(function() { $("#imglink").click();});
			$("a[rel=lbx]").fancybox({
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				    return '<span id="fancybox-title-over">' +  (currentIndex + 1) + ' / ' + currentArray.length + '<\/span>';
				}
			});
			$("a[rel=lbx2]").fancybox({
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				    return '<span id="fancybox-title-over">' +  (currentIndex + 1) + ' / ' + currentArray.length + '<\/span>';
				}
			});			
			$("a[rel=lbx3]").fancybox({
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'titlePosition' 	: 'over',
				'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
				    return '<span id="fancybox-title-over">' +  (currentIndex + 1) + ' / ' + currentArray.length + '<\/span>';
				}
			});						
});
