$(document).ready(function () {
	$("a[rel=fancy]").fancybox({
	    //'type'              : 'image',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});

    //get all images
    //$("a:has(img)").fancybox({

    //get all images without "no-fancy" class
    $("a:not('.no-fancy'):has(img)").fancybox({
	    //'type'              : 'image',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
		}
	});

    //Общи условия
   	$("#subscribe_ok").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});


    $("#discl").fancybox({
        'titlePosition'        : 'inside',
        'transitionIn'        : 'none',
        'transitionOut'        : 'none'
    });


    $(".fnc").fancybox({
        'titlePosition'        : 'inside',
        'transitionIn'        : 'none',
        'transitionOut'        : 'none'
    });
});
