$(document).ready(function() {

$("a[rel=gallery]").fancybox({
	'transitionIn'		: 'elastic',
	'transitionOut'		: 'elastic',
	'titlePosition' 	: 'inside',
	'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
		return '<span>&#1060;&#1086;&#1090;&#1086; ' + (currentIndex + 1) + ' &#1080;&#1079; ' + currentArray.length + (title.length ? ' - ' + title : '') + '</span>';
	}
});

$(".pics").fancybox({
	'autoScale'		: false,
	'titlePosition'		: 'inside',
	'transitionIn'		: 'elastic',
	'transitionOut'		: 'elastic',
});

});
